 | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DFDateTimeColumn(
string name
)
Public Sub New (
name As String
)
public:
DFDateTimeColumn(
String^ name
)
new :
name : string -> DFDateTimeColumn
Parameters
- name String
- The name of the column.
RemarksOnce a column instance is constructed, the name cannot be
changed. For a modifiable property, see Label.
See Also