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: 25.1.421.0 (25.1.421.0)
Syntax
public JulianDate(
	double dayCount,
	TimeStandard timeStandard
)

Parameters

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