ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TimeZoneConversion Class / GetMapDisplayTimeZone Method
The Map to pull the display time zone from.

In This Topic
    GetMapDisplayTimeZone Method
    In This Topic
    Get the display time zone for a Map. Returns null when the map's time zone is not used for displaying data values.
    Syntax
    Public Shared Function GetMapDisplayTimeZone( _
       ByVal map As Map _
    ) As TimeReference
    public static TimeReference GetMapDisplayTimeZone( 
       Map map
    )

    Parameters

    map
    The Map to pull the display time zone from.

    Return Value

    The time zone that data System.DateTime values should be converted to for display.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also