AppointmentRecurrence.Until プロパティ

定義

予定が有効になるまでの日付と時刻を取得または設定します。 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

適用対象