IntervalType 枚举
定义
指定间隔类型。Specifies an interval type.
public enum class IntervalType
public enum IntervalType
type IntervalType =
Public Enum IntervalType
- 继承
字段
| 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. |
注解
IntervalType枚举表示用于类的和方法的某些定义的间隔和间隔偏移量的类型 Group InsertEmptyPoints DataManipulator 。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.