TimeStandardUniversalTime1 Property |
Gets the Universal Time 1 (UT1) 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 UniversalTime1 { get; }
Public Shared ReadOnly Property UniversalTime1 As TimeStandard
Get
public:
static property TimeStandard^ UniversalTime1 {
TimeStandard^ get ();
}
static member UniversalTime1 : TimeStandard with get
Property Value
Type:
TimeStandardRemarks
UT1 is related to UTC according to the relationship
UT1 = UTC + deltaT,
where deltaT is a correction interpolated at the time in UTC
from the Earth orientation parameters.
See Also