VCalendarVCalendar Time Zone Property
This is used to get the vCalendar Time Zone (TZ) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This property is only applicable to vCalendar 1.0 objects and is ignored for iCalendar objects. For iCalendar objects, see the TimeZones property instead.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public TimeZoneProperty VCalendarTimeZone { get; }VB
Public ReadOnly Property VCalendarTimeZone As TimeZoneProperty
GetC++
public:
property TimeZoneProperty^ VCalendarTimeZone {
TimeZoneProperty^ get ();
}F#
member VCalendarTimeZone : TimeZoneProperty with getProperty Value
TimeZonePropertyThis property is only applicable to vCalendar 1.0 objects and is ignored for iCalendar objects. For iCalendar objects, see the TimeZones property instead.