ArcGIS Pro 2.6 API Reference Guide
TimeRange Class
Members 

ArcGIS.Desktop.Mapping Namespace : TimeRange Class
Represents an extent of time defined by a start and an end time.
Object Model
TimeRange ClassTimeRange ClassTimeReference Class
Syntax
public class TimeRange 
Public Class TimeRange 
Remarks
TimeRange contains two properties Start and End which defines an extent of time. Either property can be set to null. When Start is null it means the time range begins infinite in the past and when End is null this means it ends infinite in the future. This is useful for example when setting the MapView.Time property to show all time before a given date, all time after a given date or to just show all time.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Mapping.TimeRange

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

TimeRange Members
ArcGIS.Desktop.Mapping Namespace