VEventTime Zone Id Property
This must be implemented to return the time zone ID for the start date
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 override string? TimeZoneId { get; }VB
Public Overrides ReadOnly Property TimeZoneId As String
GetC++
public:
virtual property String^ TimeZoneId {
String^ get () override;
}F#
abstract TimeZoneId : string with get
override TimeZoneId : string with getProperty Value
StringRemarks
It returns the TimeZoneId of the StartDateTime
property.