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