VTime ZoneTime Zone Url Property
This is used to get the Time Zone Uniform Resource Locator (TZURL) 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 TimeZoneUrlProperty TimeZoneUrl { get; }VB
Public ReadOnly Property TimeZoneUrl As TimeZoneUrlProperty
GetC++
public:
property TimeZoneUrlProperty^ TimeZoneUrl {
TimeZoneUrlProperty^ get ();
}F#
member TimeZoneUrl : TimeZoneUrlProperty with get