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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.