EarthOrientationParametersData.TaiOffsetFromUtc Property |
Gets the number of leap seconds ("DAT") as specified in the EOP file. This yields the relationship between
the UTC and TAI time scales by the following relation: DAT = TAI - UTC
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double TaiOffsetFromUtc { get; }
Public ReadOnly Property TaiOffsetFromUtc As Double
Get
public:
property double TaiOffsetFromUtc {
double get ();
}
member TaiOffsetFromUtc : float with get
Property Value
Type:
Double
See Also