 | DFDateTimeColumnItem Property |
Gets the object in this column at the given position.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DateTime this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As DateTime
Get
Set
public:
property DateTime default[int index] {
DateTime get (int index);
void set (int index, DateTime value);
}
member Item : DateTime with get, set
Parameters
- index Int32
-
Property Value
DateTime
RemarksReturns a DateTime.
See Also