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: 24.1.418.0 (24.1.418.0)
Syntax
public JulianDate(
	double dayCount
)

Parameters

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