Click or drag to resize

LeapSecondsFacetGetTaiMinusUtc Method

Returns the difference TAI - UTC as of the given date, in seconds.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double GetTaiMinusUtc(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date.

Return Value

Type: Double
The difference.
See Also