JulianDateFunctionExplorer.PreviousDateIsValid Property |
Gets a value indicating whether
PreviousDate is valid.
PreviousDate is invalid before the explorer is stepped for the second time.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool PreviousDateIsValid { get; }
Public ReadOnly Property PreviousDateIsValid As Boolean
Get
public:
property bool PreviousDateIsValid {
bool get ();
}
member PreviousDateIsValid : bool with get
Property Value
Type:
Boolean
See Also