Click or drag to resize

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)
Syntax
public JulianDate PreviousDate { get; set; }

Property Value

Type: JulianDate
See Also