Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / RecurrencePattern Class / RemovedOccurrences Property

In This Topic
    RemovedOccurrences Property
    In This Topic
    Gets the AppointmentList object which holds the list of Appointment objects removed from that series of appointments.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RemovedOccurrences As AppointmentList
    public AppointmentList RemovedOccurrences {get;}
    See Also