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)
The appointment.
rangeIDateRangeThe range.
Returns: