Share via


UserDataTaskRecurrenceProperties.Until Property

Definition

Gets or sets the date and time until which a task 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 = userDataTaskRecurrenceProperties.until;
userDataTaskRecurrenceProperties.until = iReference;
Public Property Until As Nullable(Of DateTimeOffset)

Property Value

The date and time until which a task is valid.

Applies to