EarthOrientationParametersDataTaiOffsetFromUtc 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: 24.2.419.0 (24.2.419.0)
Syntax public double TaiOffsetFromUtc { get; }
Public ReadOnly Property TaiOffsetFromUtc As Double
Get
public:
property double TaiOffsetFromUtc {
double get ();
}
member TaiOffsetFromUtc : float with get
Property Value
Type:
DoubleSee Also