TimeZoneHelper Methods

The TimeZoneHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindSystemTimeZoneById
Finds the system time zone by identifier.
Public methodStatic memberGetCurrentPlatformTimeZoneId
Gets the current platform time zone identifier.
Public methodStatic memberGetGlobalizedKey
Gets the globalized time zone key.
Public methodStatic memberGetLinuxTimeZoneId
Gets the Linux time zone identifier.
Public methodStatic memberGetSortedTimeZonesInCallerCulture
Gets a list of all system time zones, including their localized display text, sorted by UTC offset, then by display name.
Public methodStatic memberGetSystemTimeZones
Gets the system time zones.
Public methodStatic memberGetTimeZoneDescriptor
Gets the time zone descriptor containing the localized display text using given culture.
Public methodStatic memberGetWindowsTimeZoneId
Gets the Windows time zone identifier.
Top
See Also