Time Zone Offset Property Constructor
Constructor
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public TimeZoneOffsetProperty(
bool isOffsetFrom
)VB
Public Sub New (
isOffsetFrom As Boolean
)C++
public:
TimeZoneOffsetProperty(
bool isOffsetFrom
)F#
new :
isOffsetFrom : bool -> TimeZoneOffsetPropertyParameters
- isOffsetFrom Boolean
- Specify true if this is TZOFFSETFROM property or false if it is a TZOFFSETTO property.