New to Telerik UI for .NET MAUIStart a free 30-day trial

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: RecurrenceRule

Inherited Members ICopyable<IRecurrenceRule>.Copy()ICopyable<IRecurrenceRule>.CopyFrom(IRecurrenceRule)

Properties

Gets the exceptions from the recurrence pattern.

C#
ICollection<IExceptionOccurrence> Exceptions { get; }
Property Value:

The exceptions.

Gets or sets the recurrence pattern.

C#
RecurrencePattern Pattern { get; set; }
Property Value:

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)
Parameters:masterIAppointmentReturns:

IAppointment