JulianDateFunctionExplorer.PreviousPreviousDate Property |
Gets the date of the previous, previous 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 PreviousPreviousDate { get; }
Public ReadOnly Property PreviousPreviousDate As JulianDate
Get
public:
property JulianDate PreviousPreviousDate {
JulianDate get ();
}
member PreviousPreviousDate : JulianDate with get
Property Value
Type:
JulianDate
ExceptionsException | Condition |
---|
InvalidOperationException |
The previous previous date is not available because the explorer has not yet been stepped for
the third time.
|
See Also