Skip to content

KBE3D / KBCore / Cesium / LeapSecond

类: LeapSecond

Describes a single leap second, which is constructed from a JulianDate and a numerical offset representing the number of seconds TAI is ahead of the UTC time standard.

参数

A Julian date representing the time of the leap second.

参数

The cumulative number of seconds that TAI is ahead of UTC at the provided date.

属性

julianDate

julianDate: JulianDate

Gets or sets the date at which this leap second occurs.


offset

offset: number

Gets or sets the cumulative number of seconds between the UTC and TAI time standards at the time of this leap second.

构造函数

构造函数

new LeapSecond(date?: JulianDate, offset?: number): LeapSecond

参数

date?

JulianDate

offset?

number

返回

LeapSecond

KBE3D @3.0.0 Copyright © 2024-present KBE3D