InterfaceIRecurrenceRule
Interface
Defines basic properties of a recurrence rule.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public interface IRecurrenceRule : ICopyable<IRecurrenceRule>
Inherited Members
Properties
Exceptions
Gets the exceptions from the recurrence pattern.
Declaration
cs-api-definition
ICollection<IExceptionOccurrence> Exceptions { get; }
Property Value
ICollection<IExceptionOccurrence>
The exceptions.
Pattern
Gets or sets the recurrence pattern.
Declaration
cs-api-definition
RecurrencePattern Pattern { get; set; }
Property Value
The recurrence pattern.
Methods
CreateExceptionAppointment(IAppointment)
Creates a new IAppointment instance that will hold the exception properties of the specified master appointment.
Declaration
cs-api-definition
IAppointment CreateExceptionAppointment(IAppointment master)
Parameters
master
Returns