fun Long.asEpochMillis(): Instant
Return an Instant for the number of milliseconds after the epoch. |
|
fun Long.asEpochSeconds(): Instant
Return an Instant for the number of seconds after the epoch. |
|
fun Long.hours(): Duration
Return a Duration representing this value in hours. |
|
fun Long.millis(): Duration
Return a Duration representing this value in milliseconds. |
|
fun Long.minutes(): Duration
Return a Duration representing this value in minutes. |
|
fun Long.nanos(): Duration
Return a Duration representing this value in nanoseconds. |
|
fun Long.seconds(): Duration
Return a Duration representing this value in seconds. |