EarthOrientationParametersDataLengthOfDayCorrection Property |
Gets the correction to the length of a solar day ("LOD"), in seconds. This defines the difference
between the astronomically determined length of a day and the length of a standard solar day (86400.0 SI Seconds).
This accounts for effects from zonal tides, oceanic tides, angular momentum transfer from the moon, and
other effects on the Earth's rotation.
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 LengthOfDayCorrection { get; }
Public ReadOnly Property LengthOfDayCorrection As Double
Get
public:
property double LengthOfDayCorrection {
double get ();
}
member LengthOfDayCorrection : float with get
Property Value
Type:
DoubleRemarks For predicted data, or when no data is available, the length of day is set to zero.
See Also