ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Framework Namespace / IANATimeZoneManager Class / HasDefaultDstOffset Method
The time zone ID

In This Topic
    HasDefaultDstOffset Method
    In This Topic
    Identifies if the specified time zone ID has a default daylight savings offset.
    Syntax
    public static bool HasDefaultDstOffset( 
       string timeZoneID
    )
    Public Shared Function HasDefaultDstOffset( _
       ByVal timeZoneID As String _
    ) As Boolean

    Parameters

    timeZoneID
    The time zone ID

    Return Value

    True if the specified time zone ID has a default daylight savings offset.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also