Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static TimeStandard CoordinatedUniversalTime { get; }

Property Value

Type: TimeStandard
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