public TimeIntervalType TimeIntervalType {get; set;}
Public Property TimeIntervalType As TimeIntervalType
public TimeIntervalType TimeIntervalType {get; set;}
Public Property TimeIntervalType As TimeIntervalType
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.
Target Platforms: Windows 11, Windows 10