AppointmentWeekOfMonth
AppointmentWeekOfMonth
AppointmentWeekOfMonth
AppointmentWeekOfMonth
Enum
Definition
Specifies the week of the month for which the appointment occurs.
public : enum class AppointmentWeekOfMonthpublic enum AppointmentWeekOfMonthPublic Enum AppointmentWeekOfMonth// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| First First First First | The appointment occurs on the first week of the month. |
| Fourth Fourth Fourth Fourth | The appointment occurs on the fourth week of the month. |
| Last Last Last Last | The appointment occurs on the last week of the month. |
| Second Second Second Second | The appointment occurs on the second week of the month. |
| Third Third Third Third | The appointment occurs on the third week of the month. |