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
|
IRecurrenceRule
rule
|
|
System.DateTime
dateTime
|
AddException(IRecurrenceRule, DateTime, IAppointment)
Declaration
public static void AddException(this IRecurrenceRule rule, DateTime exceptionDate, IAppointment appointment)
Parameters
|
IRecurrenceRule
rule
|
|
System.DateTime
exceptionDate
|
|
IAppointment
appointment
|
RemoveException(IRecurrenceRule, IAppointment)
Declaration
public static void RemoveException(this IRecurrenceRule rule, IAppointment appointment)
Parameters
|
IRecurrenceRule
rule
|
|
IAppointment
appointment
|
RestoreException(IRecurrenceRule, DateTime)
Declaration
public static void RestoreException(this IRecurrenceRule rule, DateTime originalStart)
Parameters
|
IRecurrenceRule
rule
|
|
System.DateTime
originalStart
|