Day 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 the day of the week.
public enum class Day
public enum Day
type Day =
Public Enum Day
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Monday | 0 | The day Monday. |
Tuesday | 1 | The day Tuesday. |
Wednesday | 2 | The day Wednesday. |
Thursday | 3 | The day Thursday. |
Friday | 4 | The day Friday. |
Saturday | 5 | The day Saturday. |
Sunday | 6 | The day Sunday. |
Default | 7 | A default day of the week specified by the application. |
Remarks
This class is used by MonthCalendar.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.