IntervalType Enum

Definition

Specifies an interval type.

public enum class IntervalType
public enum IntervalType
type IntervalType = 
Public Enum IntervalType
Inheritance
IntervalType

Fields

Days 4

An interval of days.

Hours 5

An interval of hours.

Milliseconds 8

An interval of milliseconds.

Minutes 6

An interval of minutes.

Months 2

An interval of months.

Number 0

A numerical interval.

Seconds 7

An interval of seconds.

Weeks 3

An interval of weeks.

Years 1

An interval of years.

Remarks

The IntervalType enumeration represents the type of interval and interval offset used for some definitions of the Group and InsertEmptyPoints methods of the DataManipulator class.

Applies to