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.
Version

    GetIanaIDFromWindowsID Method
    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
    )

    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