EarthOrientationParametersData.LengthOfDayCorrection 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double LengthOfDayCorrection { get; }
Public ReadOnly Property LengthOfDayCorrection As Double
Get
public:
property double LengthOfDayCorrection {
double get ();
}
member LengthOfDayCorrection : float with get
Property Value
Type:
Double
RemarksFor predicted data, or when no data is available, the length of day is set to zero.
See Also