IRecurrenceInfo.End Property
Gets or sets the recurrence chain’s end date.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.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