Click or drag to resize

EarthOrientationParameters.ComputeTaiMinusUtc 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: 25.1.421.0 (25.1.421.0)
Syntax
public double ComputeTaiMinusUtc(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The date.

Return Value

Type: Double
The difference in seconds.
See Also