Click or drag to resize

TimeStandard.CoordinatedUniversalTime 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
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