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.Collections.Generic.IEnumerable<IAppointment>
source
|
|
IDateSpan
span
|
Returns
|
System.Collections.Generic.IEnumerable<Occurrence>
|
GetOccurrences(IAppointment, DateTime, DateTime)
Declaration
public static IList<Occurrence> GetOccurrences(this IAppointment appointment, DateTime from, DateTime to)
Parameters
|
IAppointment
appointment
|
|
System.DateTime
from
|
|
System.DateTime
to
|
Returns
|
System.Collections.Generic.IList<Occurrence>
|
GetOccurrencesWithoutExceptionsFromDateTimeRange(IAppointment, DateTime, DateTime)
Declaration
public static IList<Occurrence> GetOccurrencesWithoutExceptionsFromDateTimeRange(this IAppointment appointment, DateTime from, DateTime to)
Parameters
|
IAppointment
appointment
|
|
System.DateTime
from
|
|
System.DateTime
to
|
Returns
|
System.Collections.Generic.IList<Occurrence>
|
IsAllDay(IAppointment)
Declaration
public static bool IsAllDay(this IAppointment appointment)
Parameters
|
IAppointment
appointment
|
Returns
|
System.Boolean
|