JulianDateFunctionExplorerCurrentDate 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: 24.2.419.0 (24.2.419.0)
Syntax public JulianDate CurrentDate { get; }
Public ReadOnly Property CurrentDate As JulianDate
Get
public:
property JulianDate CurrentDate {
JulianDate get ();
}
member CurrentDate : JulianDate with get
Property Value
Type:
JulianDateExceptions Exception | Condition |
---|
InvalidOperationException |
The current date is not available because the explorer has not yet been stepped for
the first time.
|
See Also