Appearance
KBE3D / KBCore / Cesium / TimeStandard
枚举: TimeStandard
Provides the type of time standards which JulianDate can take as input.
枚举成员
UTC
UTC:
0
Represents the coordinated Universal Time (UTC) time standard.
UTC is related to TAI according to the relationship <code>UTC = TAI - deltaT</code> where <code>deltaT</code> is the number of leap seconds which have been introduced as of the time in TAI.
TAI
TAI:
1
Represents the International Atomic Time (TAI) time standard. TAI is the principal time standard to which the other time standards are related.
