AppointmentWeekOfMonth Enum

Definition

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

First 0

The appointment occurs on the first 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.

Second 1

The appointment occurs on the second week of the month.

Third 2

The appointment occurs on the third week of the month.

Applies to

See also