Click or drag to resize

EarthOrientationParametersComputeTaiMinusUtc Method

Returns the difference TAI - UTC for the given date by returning the number of leap seconds at the previous data point.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double ComputeTaiMinusUtc(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date.

Return Value

Type: Double
The difference in seconds.
See Also