EpochSecondsStoppingConditionEpoch Property |
Gets or sets the epoch used in computing the number of epoch seconds for this
StoppingCondition. By default this is
J2000.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public JulianDate Epoch { get; set; }
Public Property Epoch As JulianDate
Get
Set
public:
property JulianDate Epoch {
JulianDate get ();
void set (JulianDate value);
}
member Epoch : JulianDate with get, set
Property Value
Type:
JulianDateSee Also