DateTimeCollectionInsert Method

Inserts a DateTime 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,
	DateTime value
)

Parameters

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

See Also