StkEphemerisFileStkTimeFormat Enumeration |
The supported time formats for ephemeris and covariance information.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum StkTimeFormat
Public Enumeration StkTimeFormat
public enum class StkTimeFormat
Members
| Member name | Description |
---|
| EpSec |
Epoch seconds (EpSec) describes the time at which an event occurred with a two-step process. First, it states an arbitrary, absolute time, an epoch.
Second, it states the time of an event by identifying the number of seconds (and partial seconds) which have passed between the epoch and the event.
|
| UtcG | CoordinatedUniversalTime mapped onto the Gregorian calendar.
|
| GpsG | GlobalPositioningSystemTime mapped onto the Gregorian calendar.
|
| TaiG | InternationalAtomicTime mapped onto the Gregorian calendar.
|
| TdtG | TerrestrialTime mapped onto the Gregorian calendar.
|
See Also