ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TimeParameters Class / GetSupportedTimeFormats Method
the type of field.

In This Topic
    GetSupportedTimeFormats Method
    In This Topic
    Gets the supported time formats for the specified field type.
    Syntax
    public List<string> GetSupportedTimeFormats( 
       FieldType fieldType
    )
    Public Function GetSupportedTimeFormats( _
       ByVal fieldType As FieldType _
    ) As List(Of String)

    Parameters

    fieldType
    the type of field.

    Return Value

    The list of supported string formats.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also