AppointmentsCollectionRemove Method

Removes the first occurrence of a specific Appointment from the collection.

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
public void Remove(
	Appointment value
)

Parameters

value  Appointment
The object to remove from the AppointmentsCollection.

See Also