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 (24.3.0.1000)
Syntax
public static class TimeZoneHelper

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.
Public methodStatic memberTryFindSystemTimeZoneById
Tries to find the system time zone by identifier.
Top
See Also