Open this page in the API Guide

TimeZoneHelper.GetSystemTimeZones Method

Gets the system time zones.

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public static IReadOnlyCollection<TimeZoneInfo> GetSystemTimeZones()

Return Value

Type: IReadOnlyCollection<TimeZoneInfo>
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