AppointmentsCollectionInsert Method

Inserts a Appointment to the collection at the specified index.

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
public void Insert(
	int index,
	Appointment value
)

Parameters

index  Int32
Index in which the Appointment should be added.
value  Appointment
A Appointment object to be inserted.

See Also