The TimeZoneInfo type exposes the following members.

Methods

  NameDescription
Protected methodCopyFrom
Copies a time zone info form the specified TimeZoneInfo object into the current instance.
Public methodStatic memberGetTimeZone
Returns a TimeZoneInfo instance for the time zone with supplied name.
Public methodToLocalTime
Converts the value of the utc time to a local time in this time zone.
Public methodToString
Gets display name of this time zone instance.
(Overrides Object..::..ToString()()()().)
Public methodToUniversalTime
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