Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / RecurrencePattern Class / Exceptions Property

In This Topic
    Exceptions Property (RecurrencePattern)
    In This Topic
    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