Back to Devexpress

DxSchedulerRecurrenceInfo.Start Property

blazor-devexpress-dot-blazor-dot-dxschedulerrecurrenceinfo-6a833c7e.md

latest2.0 KB
Original Source

DxSchedulerRecurrenceInfo.Start Property

Specifies the recurrent appointment’s start date.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public DateTime Start { get; set; }

Property Value

TypeDescription
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 additional information and an example.

Implements

Start

See Also

DxSchedulerRecurrenceInfo Class

DxSchedulerRecurrenceInfo Members

DevExpress.Blazor Namespace