NumericalPropagatorCurrentTime Property |
Gets the time at the end of the last step taken.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic JulianDate CurrentTime { get; }
Public ReadOnly Property CurrentTime As JulianDate
Get
public:
property JulianDate CurrentTime {
JulianDate get ();
}
member CurrentTime : JulianDate with get
Property Value
Type:
JulianDate
See Also