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

In This Topic
    RemoveAppointment Method (C1Schedule)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub RemoveAppointment( _
       ByVal app As Appointment _
    ) 
    public void RemoveAppointment( 
       Appointment app
    )

    Parameters

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