ComponentOne Scheduler for WinForms
AddAppointment Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace > DateAppointments Class : AddAppointment Method
The C1.C1Schedule.Appointment object to add.
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

Reference

DateAppointments Class
DateAppointments Members