The TimeZoneInfo type exposes the following members.

Methods

  Name Description
Public method Static member GetTimeZone
Returns a TimeZoneInfo instance for the time zone with supplied name.
Public method ToLocalTime
Converts the value of the utc time to a local time in this time zone.
Public method ToString
Gets display name of this time zone instance.
(Overrides Object..::..ToString()()()().)
Public method ToUniversalTime
Converts the value of the local time to UTC time. Note that there may be different possible interpretations at the daylight time boundaries.

See Also