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