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

A helper class that provides methods for the IAppointment.

Definition

Namespace:Telerik.Maui.Controls.Scheduler

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public static class AppointmentExtensions

Inheritance: objectAppointmentExtensions

Methods

Gets occurrences of the appointment. Generate the appointment's occurrences for a given interval.

C#
public static IList<Occurrence> GetOccurrences(this IAppointment appointment, IDateRange range)
Parameters:appointmentIAppointment

The appointment.

rangeIDateRange

The range.

Returns:

IList<Occurrence>