Class RecurrenceProperties
RecurrenceProperties class is used to configure the properties of Recurrence.
Inheritance
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.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 int DayOfWeek { get; set; }
Property Value
Type |
---|
System.Int32 |
EndDate
Gets or sets the date to end the recurrence appointment.
Declaration
public Calendar EndDate { get; set; }
Property Value
Type |
---|
Java.Util.Calendar |
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 |
IsMonthlySpecific
Gets or sets a value indicating whether this RecurrenceProperties is monthly specific.
Declaration
public bool IsMonthlySpecific { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsSpecific
Gets or sets a value indicating whether this RecurrenceProperties is specific.
Declaration
public bool IsSpecific { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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 the recurrence.
Declaration
public RecurrenceType RecurrenceType { get; set; }
Property Value
Type | Description |
---|---|
RecurrenceType | The type of the recurrence. |
StartDate
Gets or sets the date to start the recurrence appointment.
Declaration
public Calendar StartDate { get; set; }
Property Value
Type |
---|
Java.Util.Calendar |
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 |