RDatePropertyTimeZoneId Property
This is used to get or set the time zone ID (TZID) parameter value
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string TimeZoneId { get; set; }
Public Property TimeZoneId As String
Get
Set
public:
property String^ TimeZoneId {
String^ get ();
void set (String^ value);
}
member TimeZoneId : string with get, set
Property 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.