Class RepeatType
An enum that holds the frequencies available in recurrence editor.
Inheritance
System.Object
RepeatType
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class RepeatType : Enum
Fields
Daily
The recurring frequency is daily.
Declaration
public const RepeatType Daily
Field Value
Type |
---|
RepeatType |
Monthly
The recurring frequency is monthly.
Declaration
public const RepeatType Monthly
Field Value
Type |
---|
RepeatType |
None
No frequency is available in the recurrence.
Declaration
public const RepeatType None
Field Value
Type |
---|
RepeatType |
Weekly
The recurring frequency is weekly.
Declaration
public const RepeatType Weekly
Field Value
Type |
---|
RepeatType |
Yearly
The recurring frequency is yearly.
Declaration
public const RepeatType Yearly
Field Value
Type |
---|
RepeatType |