Class
AppointmentExtensions

A helper class that provides methods for the IAppointment.

Definition

Namespace:Telerik.Maui.Controls.Scheduler

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public static class AppointmentExtensions

Inheritance: objectAppointmentExtensions

Methods

GetOccurrences(IAppointment, IDateRange)

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

Declaration

cs-api-definition
public static IList<Occurrence> GetOccurrences(this IAppointment appointment, IDateRange range)

Parameters

appointment

IAppointment

The appointment.

range

IDateRange

The range.

Returns

IList<Occurrence>