DateTimeCollectionInsert Method |
Adds a DateTime object in the collection at the specified index.
Namespace: Kettic.AspNet.Controls.Calendar.CollectionsAssembly: 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
)
Public Overridable Sub Insert (
insertIndex As Integer,
inputItem As KaxDate
)
public:
virtual void Insert(
int insertIndex,
KaxDate^ inputItem
)
abstract Insert :
insertIndex : int *
inputItem : KaxDate -> unit
override Insert :
insertIndex : int *
inputItem : KaxDate -> unit
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