Class RecurrenceType
Defines the constants for see cref="SfSchedule.RecurrenceType" that specifies the type of recurrence in appointment.
Inheritance
System.Object
RecurrenceType
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public sealed class RecurrenceType : Enum
Fields
Daily
Daily.
Declaration
public const RecurrenceType Daily
Field Value
Type |
---|
RecurrenceType |
Monthly
Monthly.
Declaration
public const RecurrenceType Monthly
Field Value
Type |
---|
RecurrenceType |
Weekly
Weekly.
Declaration
public const RecurrenceType Weekly
Field Value
Type |
---|
RecurrenceType |
Yearly
Yearly.
Declaration
public const RecurrenceType Yearly
Field Value
Type |
---|
RecurrenceType |