ITimeZoneIdParamTimeZoneId Property
IT Hit WebDAV Classes Reference
Gets or sets time zone identifier. Provides access to "TZID" parameter.
Namespace: ITHit.WebDAV.Calendar.ParamsAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxstring TimeZoneId { get; set; }
Property TimeZoneId As String
Get
Set
property String^ TimeZoneId {
String^ get ();
void set (String^ value);
}
abstract TimeZoneId : string with 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