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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.