ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Framework Namespace / IANATimeZoneManager Class / IsWindowsID Method
The windows time zone ID

In This Topic
    IsWindowsID Method
    In This Topic
    Identifies if the specified time zone ID is a windows time zone ID
    Syntax
    public static bool IsWindowsID( 
       string timeZoneID
    )
    Public Shared Function IsWindowsID( _
       ByVal timeZoneID As String _
    ) As Boolean

    Parameters

    timeZoneID
    The windows time zone ID

    Return Value

    True if the specified time zone ID is found in the list of windows IDs.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also