JulianDateFunctionExplorerCurrentDateIsValid 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: 23.1.416.0 (23.1.416.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