AppointmentRecurrence.DaysOfWeek Property

Definition

Gets or sets a combination of AppointmentDaysOfWeek-typed values for all the days of the week on which an appointment occurs.

public:
 property AppointmentDaysOfWeek DaysOfWeek { AppointmentDaysOfWeek get(); void set(AppointmentDaysOfWeek value); };
AppointmentDaysOfWeek DaysOfWeek();

void DaysOfWeek(AppointmentDaysOfWeek value);
public AppointmentDaysOfWeek DaysOfWeek { get; set; }
var appointmentDaysOfWeek = appointmentRecurrence.daysOfWeek;
appointmentRecurrence.daysOfWeek = appointmentDaysOfWeek;
Public Property DaysOfWeek As AppointmentDaysOfWeek

Property Value

A combination of AppointmentDaysOfWeek-typed values that are combined by using a bitwise OR operation. The resulting value specifies all the days of the week on which an appointment occurs.

Windows requirements

App capabilities
appointmentsSystem

Applies to