AppointmentRecurrence.WeekOfMonth プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
予定が発生する月の週を示す 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
|