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