Click or drag to resize

EarthOrientationParametersComputeUt1MinusUtc Method

Returns the difference UT1 - UTC for the given date by interpolating this EOP data.

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 ComputeUt1MinusUtc(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date.

Return Value

Type: Double
The difference in seconds.
See Also