Click or drag to resize

TimeStandardArithmeticSafeStandard Property

Gets a time standard that is equivalent to this time standard but is safe for arithmetic. In order to be safe for arithmetic, a time standard must not have any discontinuities and it must have exactly 86400 seconds in every day. How the seconds are measured does not matter, but the standard returned by this method must measure seconds in the same way as the standard implementing this method. For example, UTC is not safe for arithmetic (and thus returns TAI) but UT1 is safe for arithmetic. If a time standard is safe for arithmetic, returns .

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeStandard ArithmeticSafeStandard { get; }

Property Value

Type: TimeStandard
See Also