AppointmentRecurrence.DaysOfWeek 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 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
|