Click or drag to resize

DFDateTimeColumn(String) Constructor

Constructs a DFDateTimeColumn instance with the given name, a date format as specified in StatsSettings.DateTimeFormat and a missing value as specified in StatsSettings.DateTimeMissingValue.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DFDateTimeColumn(
	string name
)

Parameters

name  String
The name of the column.
Remarks
Once a column instance is constructed, the name cannot be changed. For a modifiable property, see Label.
See Also