Address PropertyTime Zone Property
This property is used to get or set the time zone associated with the address
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 string? TimeZone { get; set; }VB
Public Property TimeZone As String
Get
SetC++
public:
property String^ TimeZone {
String^ get ();
void set (String^ value);
}F#
member TimeZone : string with get, set