ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TimeRange Class / End Property
Example

In This Topic
    End Property (TimeRange)
    In This Topic
    Gets or sets the end time for the range.
    Syntax
    public Nullable<DateTime> End {get; set;}
    Public Property End As Nullable(Of Date)
    Example
    Disable time in the map.
    MapView.Active.Time.Start = null;
    MapView.Active.Time.End = null;
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also