Class AppointmentExtensions
Inheritance
System.Object
AppointmentExtensions
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public static class AppointmentExtensions : Object
Methods
GetOccurences(IEnumerable<IAppointment>, IDateSpan)
Declaration
public static IEnumerable<Occurrence> GetOccurences(this IEnumerable<IAppointment> source, IDateSpan span)
Parameters
System.
|
IDate
|
Returns
System.
|
GetOccurrences(IAppointment, DateTime, DateTime)
Declaration
public static IList<Occurrence> GetOccurrences(this IAppointment appointment, DateTime from, DateTime to)
Parameters
IAppointment
appointment
|
System.
|
System.
|
Returns
System.
|
GetOccurrencesWithoutExceptionsFromDateTimeRange(IAppointment, DateTime, DateTime)
Declaration
public static IList<Occurrence> GetOccurrencesWithoutExceptionsFromDateTimeRange(this IAppointment appointment, DateTime from, DateTime to)
Parameters
IAppointment
appointment
|
System.
|
System.
|
Returns
System.
|
IsAllDay(IAppointment)
Declaration
public static bool IsAllDay(this IAppointment appointment)
Parameters
IAppointment
appointment
|
Returns
System.
|