Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public JulianDate CurrentDate { get; }

Property Value

Type: JulianDate
Exceptions
ExceptionCondition
InvalidOperationException The current date is not available because the explorer has not yet been stepped for the first time.
See Also