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