AppointmentRecurrence.Until 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定約會有效的日期和時間。 直到 類型 為 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
|