IntervalType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies an interval type.
public enum class IntervalType
public enum IntervalType
type IntervalType =
Public Enum IntervalType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
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.