ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Framework Namespace / IANATimeZoneManager Class / GetIanaIDFromWindowsID Method
The windows time zone ID
Flag indicating whether the time zone should respect daylight savings time.

In This Topic
    GetIanaIDFromWindowsID Method
    In This Topic
    Gets the IANA time zone ID that is a close match to the specified windows time zone ID.
    Syntax
    public static string GetIanaIDFromWindowsID( 
       string windowsID,
       bool respectDST
    )
    Public Shared Function GetIanaIDFromWindowsID( _
       ByVal windowsID As String, _
       Optional ByVal respectDST As Boolean _
    ) As String

    Parameters

    windowsID
    The windows time zone ID
    respectDST
    Flag indicating whether the time zone should respect daylight savings time.

    Return Value

    An IANA time zone id.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also