AppointmentRecurrence.Unit プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
予定が発生する頻度を示す AppointmentRecurrenceUnit 型の値を取得または設定します。
public:
property AppointmentRecurrenceUnit Unit { AppointmentRecurrenceUnit get(); void set(AppointmentRecurrenceUnit value); };
AppointmentRecurrenceUnit Unit();
void Unit(AppointmentRecurrenceUnit value);
public AppointmentRecurrenceUnit Unit { get; set; }
var appointmentRecurrenceUnit = appointmentRecurrence.unit;
appointmentRecurrence.unit = appointmentRecurrenceUnit;
Public Property Unit As AppointmentRecurrenceUnit
プロパティ値
予定が発生する頻度を示す AppointmentRecurrenceUnit 型の値。
Windows の要件
アプリの機能 |
appointmentsSystem
|