共用方式為


AppointmentRecurrence.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

適用於