Click or drag to resize

DateTimeColumnGetValueDirect Method

Gets the raw value stored at the specified index.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected DateTime GetValueDirect(
	int idx
)

Parameters

idx  Int32
The zero-based row index.

Return Value

DateTime
The stored value.
See Also