DateTimeInstance.TimeZoneId Property
This is used to get or set the time zone ID
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public string? TimeZoneId { get; set; }
Public Property TimeZoneId As String
Get
Set
public:
property String^ TimeZoneId {
String^ get ();
void set (String^ value);
}
member TimeZoneId : string with get, set
Property 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.