Inserts the C1Date object in this collection.

Namespace:  C1.Web.iPhone.C1Calendar
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public virtual void Insert(
	int index,
	C1Date date
)
Visual Basic
Public Overridable Sub Insert ( _
	index As Integer, _
	date As C1Date _
)

Parameters

index
Type: System..::..Int32
Insert position.
date
Type: C1.Web.iPhone.C1Calendar..::..C1Date
C1Date to insert.

See Also