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()

Return Value

Type: IReadOnlyCollectionTimeZoneInfo
The system time zones.
Exceptions
ExceptionCondition
NotSupportedExceptionRuntimePlatform is not supported.
Remarks
For Linux the first in the group of time zones mapping to the same Windows time zone will be returned.
See Also