ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TimeZoneConversion Class / GetFieldTimeZone Method
The MapMember to pull the time zone from.
The name of the date field. Each date field may have a different time zone.

In This Topic
    GetFieldTimeZone Method
    In This Topic
    Get the time zone for a specific field of a MapMember.
    Syntax
    Public Shared Function GetFieldTimeZone( _
       ByVal mapMember As MapMember, _
       ByVal fieldName As String _
    ) As TimeReference
    public static TimeReference GetFieldTimeZone( 
       MapMember mapMember,
       string fieldName
    )

    Parameters

    mapMember
    The MapMember to pull the time zone from.
    fieldName
    The name of the date field. Each date field may have a different time zone.

    Return Value

    The time zone the field's date values are returned in.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also