AppointmentRecurrence.Until Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the date and time until which an appointment is valid. Until is of type IReference(DateTime) and is NULL by default. Until is mutually exclusive with 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)
Property Value
The date and time until which an appointment is valid.
Windows requirements
App capabilities |
appointmentsSystem
|