Rediger

Del via


IntervalType Enum

Definition

Specifies an interval type.

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

Fields

Number 0

A numerical interval.

Years 1

An interval of years.

Months 2

An interval of months.

Weeks 3

An interval of weeks.

Days 4

An interval of days.

Hours 5

An interval of hours.

Minutes 6

An interval of minutes.

Seconds 7

An interval of seconds.

Milliseconds 8

An interval of milliseconds.

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