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