AppointmentRecurrence.Until Property

Definition

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

Applies to