BaseDateTimePropertyTimeZoneId 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: 2023.1.2.0
public string TimeZoneId { get; set; }

Property Value

String
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.

See Also