Removes a specific Appointment object from the AppointmentCollection object.
| C# | Visual Basic |
public void Remove( Appointment item )
Public Sub Remove ( _ item As Appointment _ )
- item (Appointment)
- The Appointment to be removed from the collection.