@JsType(isNative=true,
namespace="Cesium",
name="LeapSecond")
public class LeapSecond
extends Object
| Modifier and Type | Field and Description |
|---|---|
JulianDate |
julianDate
Gets or sets the date at which this leap second occurs.
|
int |
offset
Gets or sets the cumulative number of seconds between the UTC and TAI time standards at the time of this leap second.
|
| Constructor and Description |
|---|
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.
|
LeapSecond(JulianDate date,
int offset)
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.
|
public JulianDate julianDate
public int offset
@JsConstructor public LeapSecond()
@JsConstructor public LeapSecond(JulianDate date, int offset)
date - A Julian date representing the time of the leap second.offset - The cumulative number of seconds that TAI is ahead of UTC at the provided date.Copyright © 2019. All rights reserved.