TimeZoneHelperGetSystemTimeZones Method |
Gets the system time zones.
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 IReadOnlyCollection<TimeZoneInfo> GetSystemTimeZones()
Public Shared Function GetSystemTimeZones As IReadOnlyCollection(Of TimeZoneInfo)
public:
static IReadOnlyCollection<TimeZoneInfo^>^ GetSystemTimeZones()
static member GetSystemTimeZones : unit -> IReadOnlyCollection<TimeZoneInfo>
Return Value
Type:
IReadOnlyCollectionTimeZoneInfoThe system time zones.
Exceptions Remarks For Linux the first in the group of time zones mapping to the same Windows time zone will be returned.
See Also