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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.