Overload List
| Name | Description | |
|---|---|---|
| DFDateTimeColumn(String) |
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.
| |
| DFDateTimeColumn(String, IDFColumn) |
Constructs a DFDateTimeColumn instance with the given name. Column elements are
initialized with data from the given column, after conversion to DateTime.
| |
| DFDateTimeColumn(String, array<DateTime>[]()[]) |
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.
|