Click or drag to resize

LeapSecond Constructor (JulianDate, Double)

Initializes a new instance of a Leap Second.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public LeapSecond(
	JulianDate date,
	double totalTaiOffsetFromUtc
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date of the leap second. This date must be in Coordinated Universal Time (UTC).
totalTaiOffsetFromUtc
Type: SystemDouble
The offset of TAI from UTC after this leap second.
Exceptions
ExceptionCondition
ArgumentException Thrown if the given date is not in UTC.
See Also