VTime ZoneTime Zone Id Property
This is used to get the Time Zone ID (TZID) property
Definition
Namespace: EWSoftware.PDI.Objects
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 TimeZoneIdProperty TimeZoneId { get; }VB
Public ReadOnly Property TimeZoneId As TimeZoneIdProperty
GetC++
public:
property TimeZoneIdProperty^ TimeZoneId {
TimeZoneIdProperty^ get ();
}F#
member TimeZoneId : TimeZoneIdProperty with get