AppointmentDaysOfWeek
AppointmentDaysOfWeek
AppointmentDaysOfWeek
AppointmentDaysOfWeek
Enum
Definition
Specifies the days of the week on which an appointment occurs.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class AppointmentDaysOfWeekpublic enum AppointmentDaysOfWeekPublic Enum AppointmentDaysOfWeek// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Friday Friday Friday Friday | The appointment occurs on Friday. |
| Monday Monday Monday Monday | The appointment occurs on Monday. |
| None None None None | The appointment doesn't occur on any days of the week. |
| Saturday Saturday Saturday Saturday | The appointment occurs on Saturday. |
| Sunday Sunday Sunday Sunday | The appointment occurs on Sunday. |
| Thursday Thursday Thursday Thursday | The appointment occurs on Thursday. |
| Tuesday Tuesday Tuesday Tuesday | The appointment occurs on Tuesday. |
| Wednesday Wednesday Wednesday Wednesday | The appointment occurs on Wednesday. |