 | DFDateTimeColumnMissingValue Property |
Gets and sets the value used to represent missing values in this column.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DateTime MissingValue { get; set; }
Public Property MissingValue As DateTime
Get
Set
public:
property DateTime MissingValue {
DateTime get ();
void set (DateTime value);
}
member MissingValue : DateTime with get, set
Property Value
DateTime
See Also