AppointmentsCollectionRemove Method
Removes the first occurrence of a specific
Appointment from the collection.
Namespace: BeeMobile.MonthCalendarAssembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
public void Remove(
Appointment value
)
Public Sub Remove (
value As Appointment
)
Parameters
- value Appointment
- The object to remove from the AppointmentsCollection.