Not implemented.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override void SetItem(
	int index,
	DateTime item
)
Visual Basic
Protected Overrides Sub SetItem ( _
	index As Integer, _
	item As DateTime _
)
Visual C++
protected:
virtual void SetItem(
	int index, 
	DateTime item
) override

Parameters

index
Type: System..::..Int32
The index of the item to set.
item
Type: System..::..DateTime
The item to set at the given index.

See Also