AppointmentRecurrence.WeekOfMonth Property
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.
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
|