InterfaceIExceptionOccurrence
Interface
Defines basic properties of a exception from a recurrence pattern.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public interface IExceptionOccurrence : ICopyable<IExceptionOccurrence>
Inherited Members
Properties
Appointment
Gets or sets the exception appointment.
Declaration
cs-api-definition
IAppointment Appointment { get; set; }
Property Value
The appointment.
ExceptionDate
Gets or sets the exception date.
Declaration
cs-api-definition
DateTime ExceptionDate { get; set; }
Property Value
The exception date.