Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
The output will be one of the following ISO-8601 formats:
The output will be one of the following ISO-8601 formats:
The format used will be the shortest that outputs the full value of the time where the omitted parts are implied to be zero.
(jsDateTime: Ordered[JsDateTime]).<(that)
(jsDateTime: Ordered[JsDateTime]).<=(that)
(jsDateTime: Ordered[JsDateTime]).>(that)
(jsDateTime: Ordered[JsDateTime]).>=(that)
(jsDateTime: Ordered[JsDateTime]).compare(that)
(jsDateTime: LocalDateTime).compareTo(arg0)
(jsDateTime: Ordered[JsDateTime]).compareTo(that)
(jsDateTime: LocalDateTime).equals(arg0)
(jsDateTime: LocalDateTime).get(arg0)
(jsDateTime: LocalDateTime).toString()
An immutable date-time without a time-zone in the ISO-8601 calendar system, such as 2007-12-03T10:15:30. Although LocalTime/JsTime can be represented to nanosecond precision, a JSON serializer may not store the nano-of-second field to save the space. To preserve the high precision of time, JsTimestamp should be employed.