TimeZoneHelper Class

Contains helper methods for dealing with time zones.
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityTimeZoneHelper

Namespace: Dundas.BI.Utility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static class TimeZoneHelper

The TimeZoneHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFindSystemTimeZoneByIdFinds the system time zone by identifier.
Public methodStatic memberGetCurrentPlatformTimeZoneIdGets the current platform time zone identifier.
Public methodStatic memberGetGlobalizedKeyGets the globalized time zone key.
Public methodStatic memberGetLinuxTimeZoneIdGets 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 memberGetSystemTimeZonesGets the system time zones.
Public methodStatic memberGetTimeZoneDescriptorGets the time zone descriptor containing the localized display text using given culture.
Public methodStatic memberGetWindowsTimeZoneIdGets the Windows time zone identifier.
Public methodStatic memberTryFindSystemTimeZoneByIdTries to find the system time zone by identifier.
Top
See Also