ComponentOne Scheduler for WPF and Silverlight
Exceptions Property (RecurrencePattern)

C1.C1Schedule Namespace > RecurrencePattern Class : Exceptions Property
Gets the AppointmentList object which holds the list of Appointment objects that define the exceptions to that series of appointments. Appointment objects are added to the Exceptions whenever a property in the corresponding Appointment object is altered.
Syntax
'Declaration
 
Public ReadOnly Property Exceptions As AppointmentList
public AppointmentList Exceptions {get;}
See Also

Reference

RecurrencePattern Class
RecurrencePattern Members