Click or drag to resize

GlobalPositioningSystemDate Constructor (GregorianDate)

Initializes a new instance from a GregorianDate.

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(
	GregorianDate date
)

Parameters

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