Skip to main content

DxSchedulerRecurrenceInfo.Start Property

Specifies the recurrent appointment’s start date.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public 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

NoEndDate

(Corresponds to 0)

The recurrence range has no end date, the appointment repeats indefinitely.

OccurrenceCount

(Corresponds to 1)

The OccurrenceCount property specifies how many times the appointment occurs.

EndByDate

(Corresponds to 2)

The End property specifies the recurrence range’s end date.

See the DxSchedulerRecurrenceInfo class description for more information and an example.

Implements

See Also