TimeStandardTerrestrialTime Property |
Gets the Terrestrial Time (TT) time standard.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static TimeStandard TerrestrialTime { get; }
Public Shared ReadOnly Property TerrestrialTime As TimeStandard
Get
public:
static property TimeStandard^ TerrestrialTime {
TimeStandard^ get ();
}
static member TerrestrialTime : TimeStandard with get
Property Value
Type:
TimeStandardRemarks
TT is related to TAI according to the relationship
TT = TAI + 32.184 seconds.
See Also