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

In This Topic
    EditAppointment Method (C1Schedule)
    In This Topic
    Shows specified C1.C1Schedule.Appointment object in the Edit Appointment dialog.
    Syntax
    'Declaration
     
    Public Sub EditAppointment( _
       ByVal app As Appointment _
    ) 
    public void EditAppointment( 
       Appointment app
    )

    Parameters

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