AppointmentWeekOfMonth 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 week of the month for which the appointment occurs.
public enum class AppointmentWeekOfMonth
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppointmentWeekOfMonth
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppointmentWeekOfMonth
var value = Windows.ApplicationModel.Appointments.AppointmentWeekOfMonth.first
Public Enum AppointmentWeekOfMonth
- Inheritance
-
AppointmentWeekOfMonth
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
appointmentsSystem
|
Fields
Name | Value | Description |
---|---|---|
First | 0 | The appointment occurs on the first week of the month. |
Second | 1 | The appointment occurs on the second week of the month. |
Third | 2 | The appointment occurs on the third week of the month. |
Fourth | 3 | The appointment occurs on the fourth week of the month. |
Last | 4 | The appointment occurs on the last week of the month. |