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
|