DateTimeInstance.TimeZoneId 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
public string? TimeZoneId { get; set; }

Property Value

String
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.

See Also