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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET