Interface IExceptionOccurrence
Defines basic properties of a exception from a recurrence pattern.
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public interface IExceptionOccurrence : ICopyable<IExceptionOccurrence>
Properties
Appointment
Gets or sets the exception appointment.
Declaration
Appointment Appointment { get; set; }
Property Value
Appointment
The appointment. |
ExceptionDate
Gets or sets the exception date.
Declaration
DateTime ExceptionDate { get; set; }
Property Value
System.DateTime
The exception date. |