IRecurrenceInfo.End Property
Gets or sets the recurrence chain’s end date.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
DateTime End { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime | The recurrence chain’s end date. |
Remarks
The occurrence calculator takes this property into account when Range is set to EndByDate.
See Also