Package | Description |
---|---|
org.cesiumjs.cs.core | |
org.cesiumjs.cs.js |
Modifier and Type | Method and Description |
---|---|
static JsDate |
JulianDate.toDate(JulianDate julianDate)
Creates a JavaScript Date from the provided instance.
|
Modifier and Type | Method and Description |
---|---|
static JulianDate |
JulianDate.fromDate(JsDate date)
Creates a new instance from a JavaScript Date.
|
static JulianDate |
JulianDate.fromDate(JsDate date,
JulianDate result)
Creates a new instance from a JavaScript Date.
|
Modifier and Type | Method and Description |
---|---|
static JsDate |
JsDate.now()
Returns the numeric value corresponding to the current time - the number of milliseconds elapsed since 1
January 1970 00:00:00 UTC, with leap seconds ignored.
|
static JsDate |
JsDate.parse(String dateString)
Parses a string representation of a date and returns the number of milliseconds since 1 January,
1970, 00:00:00, UTC, with leap seconds ignored.
|
Copyright © 2019. All rights reserved.