Click or drag to resize

ITimeZoneIdParamTimeZoneId Property

IT Hit WebDAV Classes Reference
Gets or sets time zone identifier. Provides access to "TZID" parameter.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
string TimeZoneId { get; set; }

Property Value

Type: String
Remarks

Returns time zone identifier or null if "TZID" parameter is not present. Assigning null will delete the TZID parameter.

The time zone could be either a System time zone ID or IANA time zone ID.

If [!:ICalendar.AutoGenerateTimeZones] is set to true time zone components will be automatically generated during serialization based on time zone IDs found in the calendar.

See Also