Click or drag to resize

GlobalPositioningSystemDate Constructor (DateTime)

Initializes a new instance from a DateTime.

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

Parameters

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