TimeZoneAndEmailSettingsGetSystemTimeZoneIdentifiers Method

Gets a list of all local system time zone identifiers.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public static List<string> GetSystemTimeZoneIdentifiers()

Return Value

ListString
List of local system time zone identifiers.

Remarks

See Id.

See Also