LeapSecond

external class LeapSecond(date: JulianDate? = definedExternally, var offset: Double = definedExternally)(source)

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.

Parameters

date

A Julian date representing the time of the leap second.

See also

Constructors

Link copied to clipboard
constructor(date: JulianDate? = definedExternally, offset: Double = definedExternally)

Properties

Link copied to clipboard

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

Link copied to clipboard

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