ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TimeParameters Class / TimeIntervalType Property

In This Topic
    TimeIntervalType Property
    In This Topic
    Gets and sets the type of time internval. Default is TimeIntervalType.None.
    Syntax
    public TimeIntervalType TimeIntervalType {get; set;}
    Public Property TimeIntervalType As TimeIntervalType
    Remarks
    TimeIntervalType.None indicates there is no time interval.

    TimeIntervalType.Regular indicates the data was captured at regular intervals, such as hour temperature readings. Use the StepInterval to get or set the interval value and unit.

    TimeIntervalType.Irregular indicates the data was captured at irregular intervals, such as earthquakes or power outages. Use the StartTimeFieldName to get or set the field containing the interval values. If more than 1000 values are present, then the TimeIntervalType reverts to TimeIntervalType.None.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also