DayOfTheWeekIndex 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.
Defines the index of a week day in a month.
public enum class DayOfTheWeekIndex
public enum DayOfTheWeekIndex
Public Enum DayOfTheWeekIndex
- Inheritance
-
DayOfTheWeekIndex
Fields
Name | Value | Description |
---|---|---|
First | 0 | The first specific day of the week in the month. |
Second | 1 | The second specific day of the week in the month. |
Third | 2 | The third specific day of the week in the month. |
Fourth | 3 | The fourth specific day of the week in the month. |
Last | 4 | The last specific day of the week in the month. |