Click or drag to resize

JulianDateJulianDateToYearFraction Method

Computes the fraction of the year corresponding to the given Julian date.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double JulianDateToYearFraction(
	JulianDate julianDate
)

Parameters

julianDate
Type: AGI.Foundation.TimeJulianDate
The current Julian date.

Return Value

Type: Double
The year fraction.
See Also