TimeStandardCoordinatedUniversalTime Property |
Gets the Coordinated Universal Time (UTC) 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 CoordinatedUniversalTime { get; }
Public Shared ReadOnly Property CoordinatedUniversalTime As TimeStandard
Get
public:
static property TimeStandard^ CoordinatedUniversalTime {
TimeStandard^ get ();
}
static member CoordinatedUniversalTime : TimeStandard with get
Property Value
Type:
TimeStandardRemarks
UTC is related to TAI according to the relationship
UTC = TAI - deltaT,
where deltaT is the number of leap seconds which have been introduced as of the time in TAI.
See Also