IntervalType Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the time interval type.
'Declaration
Public Property IntervalType As HistorianTimeIntervalType
'Usage
Dim instance As BaseQueryArgs
Dim value As HistorianTimeIntervalType
instance.IntervalType = value
value = instance.IntervalType
public HistorianTimeIntervalType IntervalType {get; set;}
public:
property HistorianTimeIntervalType IntervalType {
HistorianTimeIntervalType get();
void set ( HistorianTimeIntervalType value);
}