Click or drag to resize

TimeZoneAndEmailSettingsGetSystemTimeZoneIdentifiers Method

Gets a list of all local system time zone identifiers.

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

Return Value

ListString
List of local system time zone identifiers.
Remarks
See Id.
See Also