Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / DateAppointments Class / AddAppointment Method
The C1.C1Schedule.Appointment object to add.

In This Topic
    AddAppointment Method (DateAppointments)
    In This Topic
    Adds a new C1.C1Schedule.Appointment object to the current day.
    Syntax
    'Declaration
     
    Public Sub AddAppointment( _
       ByVal appointment As Appointment _
    ) 
    public void AddAppointment( 
       Appointment appointment
    )

    Parameters

    appointment
    The C1.C1Schedule.Appointment object to add.
    Remarks
    The specified C1.C1Schedule.Appointment object will be added only if some part of the appointment falls on the current day.
    See Also