Skip to main content

RecurrenceInfo.End Property

Gets or sets the recurrence’s end date.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public DateTime End { get; set; }

Property Value

Type Description
DateTime

The recurrence’s end date.

Remarks

The occurrence calculator takes this property into account when Range is set to EndByDate.

Implements

See Also