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: 25.2.423.0 (25.2.423.0)
Syntaxpublic LeapSecond(
JulianDate date,
double totalTaiOffsetFromUtc
)
Public Sub New (
date As JulianDate,
totalTaiOffsetFromUtc As Double
)
public:
LeapSecond(
JulianDate date,
double totalTaiOffsetFromUtc
)
new :
date : JulianDate *
totalTaiOffsetFromUtc : float -> LeapSecondParameters
- 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| Exception | Condition |
|---|
| ArgumentException |
Thrown if the given date is not in UTC.
|
See Also