JulianDateFunctionExplorer.CurrentDate Property |
Gets the current date, which is the date of the most recent sample.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic JulianDate CurrentDate { get; }
Public ReadOnly Property CurrentDate As JulianDate
Get
public:
property JulianDate CurrentDate {
JulianDate get ();
}
member CurrentDate : JulianDate with get
Property Value
Type:
JulianDate
ExceptionsException | Condition |
---|
InvalidOperationException |
The current date is not available because the explorer has not yet been stepped for
the first time.
|
See Also