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)
Syntaxpublic static IList<TimeZoneDescriptor> GetSortedTimeZonesInCallerCulture()
Public Shared Function GetSortedTimeZonesInCallerCulture As IList(Of TimeZoneDescriptor)
public:
static IList<TimeZoneDescriptor^>^ GetSortedTimeZonesInCallerCulture()
static member GetSortedTimeZonesInCallerCulture : unit -> IList<TimeZoneDescriptor>
Return Value
Type:
IListTimeZoneDescriptorA list of sorted, localized time zones.
See Also