ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TimeParameters Class / TimeFormat Property

In This Topic
    TimeFormat Property
    In This Topic
    Gets and sets the time format for the data.
    Syntax
    public string TimeFormat {get; set;}
    Public Property TimeFormat As String
    Remarks
    Set this when specifying StartTimeFieldName or EndTimeFieldName and the field type is string or numeric. Determine the best Time Format to use, based on the time stamps in the field. Use GetSupportedTimeFormats to Verify your choice is valid for the field type.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also