Class RecurrenceProperties
Represents a class which contains a recurring appointment's resource information.
Inheritance
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class RecurrenceProperties : Object
Constructors
RecurrenceProperties()
Initializes a new instance of the RecurrenceProperties class.
Declaration
public RecurrenceProperties()
Properties
DayOfMonth
Gets or sets the day on which recurrence has to be set for every month.
Declaration
public int DayOfMonth { get; set; }
Property Value
Type |
---|
System.Int32 |
DayOfWeek
Gets or sets the day of week on which recurrence has to be set.
Declaration
public DayOfWeek DayOfWeek { get; set; }
Property Value
Type |
---|
System.DayOfWeek |
EndDate
Gets or sets the date to end the recurrence appointment.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
---|
System.DateTime |
Interval
Gets or sets the day interval on which recurrence has to be set.
Declaration
public int Interval { get; set; }
Property Value
Type |
---|
System.Int32 |
Month
Gets or sets the specific month of year on which recurrence has to be set.
Declaration
public int Month { get; set; }
Property Value
Type |
---|
System.Int32 |
RecurrenceCount
Gets or sets the count for recurring appointment.
Declaration
public int RecurrenceCount { get; set; }
Property Value
Type |
---|
System.Int32 |
RecurrenceRange
Gets or sets the type of the recurrence range for the time limit of recurrence appointment.
Declaration
public RecurrenceRange RecurrenceRange { get; set; }
Property Value
Type |
---|
RecurrenceRange |
RecurrenceType
Gets or sets the type of recurrence appointment.
Declaration
public RecurrenceType RecurrenceType { get; set; }
Property Value
Type |
---|
RecurrenceType |
StartDate
Gets or sets the date to start the recurrence appointment.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
---|
System.DateTime |
Week
Gets or sets the week of month on which recurrence has to be set.
Declaration
public int Week { get; set; }
Property Value
Type |
---|
System.Int32 |
WeekDays
Gets or sets the day/days in a week on which the appointment occurs.
Declaration
public WeekDays WeekDays { get; set; }
Property Value
Type |
---|
WeekDays |