AppointmentsCollectionInsert Method
Inserts a
Appointment to the collection at the specified index.
Namespace: BeeMobile.MonthCalendarAssembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
public void Insert(
int index,
Appointment value
)
Public Sub Insert (
index As Integer,
value As Appointment
)
Parameters
- index Int32
- Index in which the Appointment should be added.
- value Appointment
- A Appointment object to be inserted.