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

In This Topic
    GetWindowsIDFromIanaID Method
    In This Topic
    Gets the windows time zone ID that is a close match to the specified IANA time zone ID.
    Syntax
    public static string GetWindowsIDFromIanaID( 
       string ianaID
    )
    Public Shared Function GetWindowsIDFromIanaID( _
       ByVal ianaID As String _
    ) As String

    Parameters

    ianaID
    The IANA time zone ID

    Return Value

    A windows time zone id.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also