Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double ComputeLengthOfDayCorrection(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date at which to retrieve the length of day correction.

Return Value

Type: Double
The length of day correction, in seconds.
See Also