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. Column elements
are initialized with data from the given array.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DFDateTimeColumn( string name, params DateTime[] data ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ name As String, _ ParamArray data As DateTime() _ ) |
| Visual C++ |
|---|
public: DFDateTimeColumn( String^ name, ... array<DateTime>^ data ) |
Parameters
- name
- Type: System..::.String
The name of the column.
- data
- Type: array<
System..::.DateTime
>[]()[]
An array of DateTime objects.
Remarks
Once a column instance is constructed, the name cannot be
changed. For a modifiable property, see Label.