AppointmentsCollectionAdd Method

Adds a new Appointment object to the collection.

Definition

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

Parameters

value  Appointment
A Appointment object to add.

Return Value

Int32
Index of the Appointment which has been added to the collection.

See Also