CalendarType 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.
Describes the type of calendar to use for the time hierarchy.
public enum CalendarType
type CalendarType =
Public Enum CalendarType
- Inheritance
-
CalendarType
Fields
Name | Value | Description |
---|---|---|
All | 0 | The calendar type is based on all available types. |
Standard | 1 | The calendar is based on the Gregorian 12-month calendar, starting on January 1st and ending December 31st. |
Fiscal | 2 | The calendar is based on a fiscal calendar. |
Reporting | 3 | The calendar is based on a calendar in which one month in the quarter has 5 weeks, and the other two months have 4 weeks. |
Manufacturing | 4 | The calendar is based on a manufacturing (13-period) calendar. |
Iso8601 | 5 | The calendar is based on the ISO 8601 calendar. |