![JAR search and dependency download from the Maven repository](/logo.png)
main.cesium.Iso8601.kt Maven / Gradle / Ivy
The newest version!
// Automatically generated - do not modify!
@file:JsModule("cesium")
package cesium
/**
* Constants related to ISO8601 support.
* @see Online Documentation
*/
external object Iso8601 {
/**
* A [JulianDate] representing the earliest time representable by an ISO8601 date.
* This is equivalent to the date string '0000-01-01T00:00:00Z'
*/
val MINIMUM_VALUE: JulianDate
/**
* A [JulianDate] representing the latest time representable by an ISO8601 date.
* This is equivalent to the date string '9999-12-31T24:00:00Z'
*/
val MAXIMUM_VALUE: JulianDate
/**
* A [TimeInterval] representing the largest interval representable by an ISO8601 interval.
* This is equivalent to the interval string '0000-01-01T00:00:00Z/9999-12-31T24:00:00Z'
*/
val MAXIMUM_INTERVAL: JulianDate
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy