Interface IRecurrenceRule
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IRecurrenceRule : ICopyable<IRecurrenceRule>, IObjectGenerator<IExceptionOccurrence>
Properties
Exceptions
Declaration
ICollection<IExceptionOccurrence> Exceptions { get; }
Property Value
|
System.Collections.Generic.ICollection<IExceptionOccurrence>
|
Pattern
Methods
CreateExceptionAppointment(IAppointment)
Declaration
IAppointment CreateExceptionAppointment(IAppointment master)
Parameters
|
IAppointment
master
|
Returns
|
IAppointment
|