VCardTime Zone Property
This is used to get the Time Zone (TZ) 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 TimeZoneProperty TimeZone { get; }VB
Public ReadOnly Property TimeZone As TimeZoneProperty
GetC++
public:
property TimeZoneProperty^ TimeZone {
TimeZoneProperty^ get ();
}F#
member TimeZone : TimeZoneProperty with get