Click or drag to resize

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

Parameters

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

Return Value

Type: Double
The difference.
See Also