JulianDateFunctionExplorer.CurrentDateIsValid Property |
Gets a value indicating whether
CurrentDate is valid.
CurrentDate is invalid before the explorer is stepped for the first 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 CurrentDateIsValid { get; }
Public ReadOnly Property CurrentDateIsValid As Boolean
Get
public:
property bool CurrentDateIsValid {
bool get ();
}
member CurrentDateIsValid : bool with get
Property Value
Type:
Boolean
See Also