TimeStandardInternationalAtomicTime Property |
Gets the International Atomic Time (TAI) 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 InternationalAtomicTime { get; }
Public Shared ReadOnly Property InternationalAtomicTime As TimeStandard
Get
public:
static property TimeStandard^ InternationalAtomicTime {
TimeStandard^ get ();
}
static member InternationalAtomicTime : TimeStandard with get
Property Value
Type:
TimeStandardRemarks
TAI is the principal time standard to which the other time standards are related.
See Also