Click or drag to resize
DateTimeCollectionInsert Method
Adds a DateTime object in the collection at the specified index.

Namespace: Kettic.AspNet.Controls.Calendar.Collections
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual void Insert(
	int insertIndex,
	KaxDate inputItem
)

Parameters

insertIndex
Type: SystemInt32
The index after which the DateTime object is inserted.
inputItem
Type: Kettic.AspNet.ControlsKaxDate
The DateTime object to insert.
See Also