| TimeStandardCoordinatedUniversalTime Property  | 
 
            Gets the Coordinated Universal Time (UTC) 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 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: 
TimeStandard Remarks
Remarks
            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
See Also