DayTimeInterval Enumeration
In This Topic
Specifies the type of a date/time interval.
Syntax
Members
Member | Value | Description |
Day | 4 |
The interval is specified in days.
|
Hour | 3 |
The interval is specified in hours.
|
Minute | 2 |
The interval is specified in minutes.
|
Month | 6 |
The interval is specified in months.
|
Second | 1 |
The The interval is specified in seconds.
|
Week | 5 |
The interval is specified in weeks
|
Year | 7 |
The interval is specified in years.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.DayTimeInterval
See Also