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
Denotes the recurring frequency is daily.
Declaration
public const RepeatType Daily
Field Value
Type | Description |
---|---|
RepeatType |
Monthly
Denotes the recurring frequency is monthly.
Declaration
public const RepeatType Monthly
Field Value
Type | Description |
---|---|
RepeatType |
None
Denotes no frequencies avail in the recurrence.
Declaration
public const RepeatType None
Field Value
Type | Description |
---|---|
RepeatType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Weekly
Denotes the recurring frequency is weekly.
Declaration
public const RepeatType Weekly
Field Value
Type | Description |
---|---|
RepeatType |
Yearly
Denotes the recurring frequency is yearly.
Declaration
public const RepeatType Yearly
Field Value
Type | Description |
---|---|
RepeatType |