Click or drag to resize

JulianDateFunctionExplorerPreviousDate Property

Gets the date of the previous 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 PreviousDate { get; }

Property Value

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