Class RecurrenceRuleExtensions
Extensions methods for IRecurrenceRule interface.
Inheritance
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public static class RecurrenceRuleExtensions : Object
Methods
AddException(IRecurrenceRule, DateTime)
Adds exception to a recurrence rule.
Declaration
public static void AddException(this IRecurrenceRule rule, DateTime dateTime)
Parameters
IRecurrenceRule
rule
|
System.DateTime
dateTime
|
AddException(IRecurrenceRule, DateTime, IAppointment)
Adds an exception to a recurrence rule.
Declaration
public static void AddException(this IRecurrenceRule rule, DateTime exceptionDate, IAppointment appointment)
Parameters
IRecurrenceRule
rule
|
System.DateTime
exceptionDate
The exception date. |
IAppointment
appointment
The exception appointment. |
RemoveException(IRecurrenceRule, IAppointment)
Removes an exception from a recurrence rule.
Declaration
public static void RemoveException(this IRecurrenceRule rule, IAppointment appointment)
Parameters
IRecurrenceRule
rule
|
IAppointment
appointment
The exception appointment to be removed. |
RestoreException(IRecurrenceRule, DateTime)
Restores an exception from a recurrence rule.
Declaration
public static void RestoreException(this IRecurrenceRule rule, DateTime originalStart)
Parameters
IRecurrenceRule
rule
|
System.DateTime
originalStart
|