Searched defs:toInstant (Results 1 – 4 of 4) sorted by relevance
40 fun Long.toInstant(): Instant { in Long() method102 fun LocalDateTime.toInstant(): Instant { in LocalDateTime() method
27 fun Timestamp.toInstant(): Instant = Instant.ofEpochSecond(seconds, nanos.toLong()) in Instant() method
84 public Instant toInstant() { in toInstant() method in OperationalDatasetTimestamp
268 private static Instant toInstant(LocalDateTime time) { in toInstant() method in ReadByFilterTests