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.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<LeapSecond> LeapSeconds { get; }
Public ReadOnly Property LeapSeconds As ReadOnlyCollection(Of LeapSecond)
Get
public:
property ReadOnlyCollection<LeapSecond>^ LeapSeconds {
ReadOnlyCollection<LeapSecond>^ get ();
}
member LeapSeconds : ReadOnlyCollection<LeapSecond> with get
Property Value
Type:
ReadOnlyCollectionLeapSecondSee Also