Click or drag to resize

TimeZoneConverter Class

IT Hit WebDAV Classes Reference
Converts IANA time zone ID to System (Windows) time zone ID and back.
Inheritance Hierarchy
SystemObject
  ITHit.WebDAVTimeZoneConverter

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public static class TimeZoneConverter

The TimeZoneConverter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIanaIdToWindowsId
Gets System time zone ID by IANA time zone ID. Returns null if not found.
Public methodStatic memberWindowsIdToIanaId
Gets IANA time zone ID by System time zone ID. Returns null if not found.
Top
Fields
  NameDescription
Public fieldStatic memberIanaWindowsTimeZones
Gets dictionary of IANA to System time zone IDs.
Top
See Also