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

适用于