ComponentOne Scheduler for WinForms
RemoveAppointment Method

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : RemoveAppointment Method
The C1.C1Schedule.Appointment object to remove.
Removes specified C1.C1Schedule.Appointment object from the C1.C1Schedule.AppointmentStorage.
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

Reference

C1Schedule Class
C1Schedule Members