| TimeStandardTerrestrialTime Property  | 
 
            Gets the Terrestrial Time (TT) time standard.
            
 
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
TimeStandard Remarks
Remarks
            TT is related to TAI according to the relationship
            TT = TAI + 32.184 seconds.
            
 See Also
See Also