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