Searched defs:toInstant (Results 1 – 2 of 2) sorted by relevance
35 fun Long.toInstant(): Instant { in Long() method
27 fun Timestamp.toInstant(): Instant = Instant.ofEpochSecond(seconds, nanos.toLong()) in Instant() method