Class ExceptionOccurrence
Provides class for recurrence rule exceptions.
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class ExceptionOccurrence : NotifyPropertyChangedBase, INotifyPropertyChanged, IExceptionOccurrence, ICopyable<IExceptionOccurrence>
Constructors
ExceptionOccurrence()
Declaration
public ExceptionOccurrence()
Properties
Appointment
Gets or sets the exception appointment.
Declaration
public Appointment Appointment { get; set; }
Property Value
Appointment
The appointment. |
Implements
ExceptionDate
Gets or sets the exception date.
Declaration
public DateTime ExceptionDate { get; set; }
Property Value
System.DateTime
The exception date. |