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

In This Topic
    EndTimeFieldName Property
    In This Topic
    Gets and sets a second time field name. Use this if features have both start and end times stored in two fields.
    Syntax
    public string EndTimeFieldName {get; set;}
    Public Property EndTimeFieldName As String
    Remarks
    Setting this, in conjunection with StartTimeFieldName correlates to a feature existing for a certain duration in time.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also