Class AppointmentExtensions
A helper class that provides methods for the IAppointment.
Inheritance
System.Object
AppointmentExtensions
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public static class AppointmentExtensions : Object
Methods
GetOccurrences(IAppointment, IDateRange)
Gets occurrences of the appointment. Generate the appointment's occurrences for a given interval.
Declaration
public static IList<Occurrence> GetOccurrences(this IAppointment appointment, IDateRange range)
Parameters
IAppointment
appointment
The appointment. |
IDateRange
range
The range. |
Returns
System.Collections.Generic.IList<Occurrence>
|