StoppablePropagator.PreviousDate Property |
Gets or sets the date of the previously propagated state.
This will get updated automatically right after
TakeStep(Duration, Boolean) is called.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic JulianDate PreviousDate { get; set; }
Public Property PreviousDate As JulianDate
Get
Set
public:
property JulianDate PreviousDate {
JulianDate get ();
void set (JulianDate value);
}
member PreviousDate : JulianDate with get, set
Property Value
Type:
JulianDate
See Also