Click or drag to resize

StatsSettingsDateTimeMissingValue Property

Gets and sets the default missing value for datetimes.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DateTime DateTimeMissingValue { get; set; }

Property Value

DateTime
Remarks
The default is System.DateTime.MinValue.
See Also