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.WebDAV.Calendar.Params
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
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. Use TimeZoneConverter class to convert from one ID to another. You can use TimeZoneInfo class to get time zone information by System time zone ID.

See Also