共用方式為


AppointmentRecurrence.WeekOfMonth 屬性

定義

取得或設定 AppointmentWeekOfMonth型別值,指出約會發生之月份的周數。 第一周是預設值。

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

屬性值

AppointmentWeekOfMonth型別值,指出約會發生的月份周。

Windows 需求

應用程式功能
appointmentsSystem

適用於