Class RecurrenceRuleExtensions
Inheritance
System.Object
RecurrenceRuleExtensions
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public static class RecurrenceRuleExtensions : Object
Methods
AddException(IRecurrenceRule, DateTime)
Declaration
public static void AddException(this IRecurrenceRule rule, DateTime dateTime)
Parameters
IRecurrence
|
System.
|
AddException(IRecurrenceRule, DateTime, IAppointment)
Declaration
public static void AddException(this IRecurrenceRule rule, DateTime exceptionDate, IAppointment appointment)
Parameters
IRecurrence
|
System.
|
IAppointment
appointment
|
RemoveException(IRecurrenceRule, IAppointment)
Declaration
public static void RemoveException(this IRecurrenceRule rule, IAppointment appointment)
Parameters
IRecurrence
|
IAppointment
appointment
|
RestoreException(IRecurrenceRule, DateTime)
Declaration
public static void RestoreException(this IRecurrenceRule rule, DateTime originalStart)
Parameters
IRecurrence
|
System.
|