ISchedulerRecurrenceInfo.Start Property
Specifies the recurrent appointment’s start date.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
DateTime Start { get; set; }
Property Value
Type | Description |
---|---|
DateTime | The start date. |
Remarks
The recurrent appointment reoccurs during the period of time called range. The Start
property specifies the range’s start date.
The range’s end date depends on the Range property value.
Property Value | End Date |
---|---|
(Corresponds to 0) | The recurrence range has no end date, the appointment repeats indefinitely. |
(Corresponds to 1) | The OccurrenceCount property specifies how many times the appointment occurs. |
(Corresponds to 2) | The End property specifies the recurrence range’s end date. |
See the DxSchedulerRecurrenceInfo class description for more information and an example.