Gets the object in this column at the given position.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DateTime this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As DateTime
Visual C++
public:
property DateTime default[int index] {
	DateTime get (int index);
	void set (int index, DateTime value);
}

Parameters

index
Type: System..::.Int32

Remarks

Returns a DateTime.

See Also