Class RecurrenceRule
Provides class, working with recurring appointment.
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class RecurrenceRule : NotifyPropertyChangedBase, INotifyPropertyChanged, IRecurrenceRule, ICopyable<IRecurrenceRule>
Constructors
RecurrenceRule(RecurrencePattern)
Initializes a new instance of the RecurrenceRule class.
Declaration
public RecurrenceRule(RecurrencePattern pattern)
Parameters
RecurrencePattern
pattern
The pattern. |
Properties
Exceptions
Gets the exceptions.
Declaration
public ICollection<IExceptionOccurrence> Exceptions { get; }
Property Value
System.Collections.Generic.ICollection<IExceptionOccurrence>
The exceptions. |
Implements
Pattern
Gets or sets the recurrence pattern.
Declaration
public RecurrencePattern Pattern { get; set; }
Property Value
RecurrencePattern
The recurrence pattern. |