GlobalPositioningSystemDate Constructor (DateTime) |
Initializes a new instance from a DateTime.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic GlobalPositioningSystemDate(
DateTime date
)
Public Sub New (
date As DateTime
)
public:
GlobalPositioningSystemDate(
DateTime date
)
new :
date : DateTime -> GlobalPositioningSystemDateParameters
- date
- Type: SystemDateTime
The DateTime object from which to create this instance.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
Thrown if the given date is prior to the JulianDateOfEpoch.
|
See Also