EarthOrientationParametersComputeLengthOfDayCorrection Method |
Finds the correction to the length of a solar day (86400.0 sec) for the given date by interpolating
this EOP data.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double ComputeLengthOfDayCorrection(
JulianDate date
)
Public Function ComputeLengthOfDayCorrection (
date As JulianDate
) As Double
public:
double ComputeLengthOfDayCorrection(
JulianDate date
)
member ComputeLengthOfDayCorrection :
date : JulianDate -> float
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The date at which to retrieve the length of day correction.
Return Value
Type:
DoubleThe length of day correction, in seconds.
See Also