Click or drag to resize

DFDateTimeColumn Constructor

Overload List
 NameDescription
Protected methodDFDateTimeColumn Default constructor.
Public methodDFDateTimeColumn(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.
Public methodDFDateTimeColumn(String, IDFColumn) Constructs a DFDateTimeColumn instance with the given name. Column elements are initialized with data from the given column, after conversion to DateTime.
Public methodDFDateTimeColumn(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.
Top
See Also