Gets and sets the default missing value for datetimes.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public static DateTime DateTimeMissingValue { get; set; }
Visual Basic (Declaration)
Public Shared Property DateTimeMissingValue As DateTime
Visual C++
public:
static property DateTime DateTimeMissingValue {
	DateTime get ();
	void set (DateTime value);
}

Remarks

The default is System.DateTime.MinValue.

See Also