| Name | Description |
---|
 | DFDateTimeColumn |
Default constructor.
|
 | 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, 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.
|