TimeStandard Properties |
The TimeStandard type exposes the following members.
Name | Description | |
---|---|---|
Abbreviation |
Gets an abbreviation for this time standard.
| |
ArithmeticSafeStandard |
Gets a time standard that is equivalent to this time standard but is safe for arithmetic.
In order to be safe for arithmetic, a time standard must not have any discontinuities,
and it must have exactly 86400 seconds in every day.
How the seconds are measured does not matter, but the standard returned by this
method must measure seconds in the same way as the standard implementing this method.
For example, UTC is not safe for arithmetic
(and thus returns TAI)
but UT1 is safe for arithmetic.
If a time standard is safe for arithmetic, returns .
| |
BarycentricDynamicalTime |
Gets the Barycentric Dynamical Time (TDB) time standard.
| |
CoordinatedUniversalTime |
Gets the Coordinated Universal Time (UTC) time standard.
| |
GlobalPositioningSystemTime |
Gets the Global Positioning System (GPS) time standard.
| |
Index |
Gets the index corresponding to this time standard.
| |
InternationalAtomicTime |
Gets the International Atomic Time (TAI) time standard.
| |
Name |
Gets the name of this time standard.
| |
TerrestrialTime |
Gets the Terrestrial Time (TT) time standard.
| |
UniversalTime1 |
Gets the Universal Time 1 (UT1) time standard.
|