Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule Namespace / C1Schedule Class / RemoveAppointment Method
The C1.Schedule.Appointment object to remove.

In This Topic
    RemoveAppointment Method (C1Schedule)
    In This Topic
    Removes specified C1.Schedule.Appointment object from the C1.Schedule.AppointmentStorage.
    Syntax
    'Declaration
     
    Public Sub RemoveAppointment( _
       ByVal app As Appointment _
    ) 
    public void RemoveAppointment( 
       Appointment app
    )

    Parameters

    app
    The C1.Schedule.Appointment object to remove.
    See Also