Converts this time as nanos of day, from 0 to 24 * 60 * 60 * 1,000,000,000 - 1.
Converts this time as seconds of day, from 0 to 24 * 60 * 60 - 1.
Converts this time as nanos of day, from 0 to 24 * 60 * 60 * 1,000,000,000 - 1.
The output will be one of the following ISO-8601 formats:
(jsTime: Ordered[JsTime]).<(that)
(jsTime: Ordered[JsTime]).<=(that)
(jsTime: Ordered[JsTime]).>(that)
(jsTime: Ordered[JsTime]).>=(that)
(jsTime: Ordered[JsTime]).compare(that)
(jsTime: LocalTime).compareTo(arg0)
(jsTime: Ordered[JsTime]).compareTo(that)
(jsTime: LocalTime).equals(arg0)
(jsTime: LocalTime).get(arg0)
(jsTime: LocalTime).toString()
An immutable time without a time-zone in the ISO-8601 calendar system, often viewed as hour-minute-second such as 10: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.