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.
|
Pattern
Methods
CreateExceptionAppointment(IAppointment)
Declaration
IAppointment CreateExceptionAppointment(IAppointment master)
Parameters
IAppointment
master
|