Click or drag to resize

JulianDate Constructor (Double)

Initializes a JulianDate from a double expressing the complete astronomical Julian Date. The time standard will be International Atomic Time (TAI).

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public JulianDate(
	double dayCount
)

Parameters

dayCount
Type: System.Double
The complete astronomical Julian date.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the result represents a value too large to be stored in a JulianDate.
See Also