Enum EndType
Specifies the available end types for a recurrence pattern in a recurrence editor.
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public enum EndType
Fields
| Name | Description |
|---|---|
| Count | The recurrence ends after a specified number of occurrences. |
| Never | The recurrence has no specific end date and continues indefinitely. |
| Until | The recurrence ends on a specified date. |