@JsType(isNative=true, namespace="Cesium", name="GregorianDate") public class GregorianDate extends Object
Modifier and Type | Field and Description |
---|---|
int |
day
Gets or sets the day of the month as a whole number starting at 1.
|
int |
hour
Gets or sets the hour as a whole number with range [0, 23].
|
boolean |
isLeapSecond
Gets or sets whether this time is during a leap second.
|
int |
millisecond
Gets or sets the millisecond of the second as a floating point number with range [0.0, 1000.0).
|
int |
minute
Gets or sets the minute of the hour as a whole number with range [0, 59].
|
int |
month
Gets or sets the month as a whole number with range [1, 12].
|
int |
second
Gets or sets the second of the minute as a whole number with range [0, 60], with 60 representing a leap second.
|
int |
year
Gets or sets the year as a whole number.
|
Constructor and Description |
---|
GregorianDate()
Represents a Gregorian date in a more precise format than the JavaScript Date object.
|
public int day
public int hour
public boolean isLeapSecond
public int millisecond
public int minute
public int month
public int second
public int year
Copyright © 2019. All rights reserved.