Click or drag to resize

GlobalPositioningSystemDate Constructor (JulianDate)

Initializes a new instance from a JulianDate.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GlobalPositioningSystemDate(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The JulianDate from which to create this instance.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if the given date is prior to the JulianDateOfEpoch.
See Also