Base Date Time PropertyTime Zone Id Property
This is used to get or set the time zone ID (TZID) parameter value
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This property is only applicable to iCalendar 2.0 date/time objects. If set to a non-blank value, the time part of the property value is considered to be expressed in local time for the given time zone rather than universal time. The ID should match a time zone ID on a VTIMEZONE component in the owning calendar. If set, the IsFloating property is ignored.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? TimeZoneId { get; set; }VB
Public Property TimeZoneId As String
Get
SetC++
public:
property String^ TimeZoneId {
String^ get ();
void set (String^ value);
}F#
member TimeZoneId : string with get, setProperty Value
StringThis property is only applicable to iCalendar 2.0 date/time objects. If set to a non-blank value, the time part of the property value is considered to be expressed in local time for the given time zone rather than universal time. The ID should match a time zone ID on a VTIMEZONE component in the owning calendar. If set, the IsFloating property is ignored.