AppointmentRecurrence.Until プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
予定が有効になるまでの日付と時刻を取得または設定します。 Until は IReference(DateTime) 型で、既定では NULL です。 までは、 Occurrences と相互に排他的です。
public:
property IReference<DateTime> ^ Until { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> Until();
void Until(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> Until { get; set; }
var iReference = appointmentRecurrence.until;
appointmentRecurrence.until = iReference;
Public Property Until As Nullable(Of DateTimeOffset)
プロパティ値
予定が有効になるまでの日付と時刻。
Windows の要件
アプリの機能 |
appointmentsSystem
|