IRecurrenceRule
Interface
Defines basic properties of a recurrence rule.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public interface IRecurrenceRule : ICopyable<IRecurrenceRule>, IObjectGenerator<IExceptionOccurrence>
Derived Classes:
Inherited Members
Properties
Gets the exceptions from the recurrence pattern.
C#
ICollection<IExceptionOccurrence> Exceptions { get; }
The exceptions.
Gets or sets the recurrence pattern.
C#
RecurrencePattern Pattern { get; set; }
The recurrence pattern.
Methods
Creates a new IAppointment instance that will hold the exception properties of the specified master appointment.
C#
IAppointment CreateExceptionAppointment(IAppointment master)