Date Time InstanceTime Zone Id Property
This is used to get or set the time zone ID
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
The value can be used to look up a VTimeZone object in a VTimeZoneCollection. If this is null, the times are assumed to be in local time.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? TimeZoneId { get; set; }VB
Public Property TimeZoneId As String
Get
SetC++
public:
property String^ TimeZoneId {
String^ get ();
void set (String^ value);
}F#
member TimeZoneId : string with get, setProperty Value
StringThe value can be used to look up a VTimeZone object in a VTimeZoneCollection. If this is null, the times are assumed to be in local time.