LeapSecond Constructor (Double, Double) |
Initializes a new instance.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public LeapSecond(
double date,
double totalTaiOffsetFromUtc
)
Public Sub New (
date As Double,
totalTaiOffsetFromUtc As Double
)
public:
LeapSecond(
double date,
double totalTaiOffsetFromUtc
)
new :
date : float *
totalTaiOffsetFromUtc : float -> LeapSecond
Parameters
- date
- Type: SystemDouble
The Julian date of the leap second, in Coordinated Universal Time (UTC). - totalTaiOffsetFromUtc
- Type: SystemDouble
The offset of TAI from UTC after this leap second.
See Also