IntvScale 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.
public enum class IntvScale
public enum IntvScale
type IntvScale =
Public Enum IntvScale
- Inheritance
-
IntvScale
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
YearMonthDay | 1 | |
YearMonth | 2 | |
Year | 3 | |
MonthDay | 4 | |
Month | 5 | |
Day | 6 | |
YearQuarter | 7 | |
Quarter | 8 | |
YearWeek | 9 | |
Week | 10 | |
WeekDay | 11 |