Click or drag to resize

DFDateTimeColumnItem Property

Gets the object in this column at the given position.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DateTime this[
	int index
] { get; set; }

Parameters

index  Int32
 

Property Value

DateTime
Remarks
Returns a DateTime.
See Also