TimeZoneHelperGetSortedTimeZonesInCallerCulture Method

Gets a list of all system time zones, including their localized display text, sorted by UTC offset, then by display name.

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public static IList<TimeZoneDescriptor> GetSortedTimeZonesInCallerCulture()

Return Value

Type: IListTimeZoneDescriptor
A list of sorted, localized time zones.
See Also