AppointmentRecurrence.WeekOfMonth Property

Definition

Gets or sets a AppointmentWeekOfMonth-typed value that indicates the week of the month for which the appointment occurs. The first week is the default.

public:
 property AppointmentWeekOfMonth WeekOfMonth { AppointmentWeekOfMonth get(); void set(AppointmentWeekOfMonth value); };
AppointmentWeekOfMonth WeekOfMonth();

void WeekOfMonth(AppointmentWeekOfMonth value);
public AppointmentWeekOfMonth WeekOfMonth { get; set; }
var appointmentWeekOfMonth = appointmentRecurrence.weekOfMonth;
appointmentRecurrence.weekOfMonth = appointmentWeekOfMonth;
Public Property WeekOfMonth As AppointmentWeekOfMonth

Property Value

A AppointmentWeekOfMonth-typed value that indicates the week of the month for which the appointment occurs.

Windows requirements

App capabilities
appointmentsSystem

Applies to