Interface IRecurrenceRule
Defines basic properties of a recurrence rule.
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public interface IRecurrenceRule : ICopyable<IRecurrenceRule>
Properties
Exceptions
Gets the exceptions from the recurrence pattern.
Declaration
ICollection<IExceptionOccurrence> Exceptions { get; }
Property Value
System.Collections.Generic.ICollection<IExceptionOccurrence>
The exceptions. |
Pattern
Gets or sets the recurrence pattern.
Declaration
RecurrencePattern Pattern { get; set; }
Property Value
RecurrencePattern
The recurrence pattern. |