共用方式為


AppointmentRecurrence.DaysOfWeek 屬性

定義

會取得或設定 AppointmentDaysOfWeek類型值的組合,代表約會發生的所有星期幾。

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

屬性值

AppointmentDaysOfWeek型別值的組合,這些值會使用位 OR 運算來合併。 產生的值會指定約會發生的所有星期幾。

Windows 需求

應用程式功能
appointmentsSystem

適用於