Click or drag to resize

EarthOrientationParametersLeapSeconds Property

Gets a list of leap seconds, if known, indicating times when a data point indicates a delta between TAI and UTC which differs from the prior data point. Note that this may not be a complete or accurate set of leap seconds, since it only includes those that occurred during the time period covered by a particular EOP file.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ReadOnlyCollection<LeapSecond> LeapSeconds { get; }

Property Value

Type: ReadOnlyCollectionLeapSecond
See Also