Click or drag to resize

JulianDate Constructor (Double, TimeStandard)

Initializes a JulianDate from a double expressing the complete astronomical 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 JulianDate(
	double dayCount,
	TimeStandard timeStandard
)

Parameters

dayCount
Type: SystemDouble
The complete Julian date.
timeStandard
Type: AGI.Foundation.TimeTimeStandard
The time standard to use for this Julian Date.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if the result represents a value too large to be stored in a JulianDate.
See Also