data class Timestamp
<init> |
Timestamp(seconds: Long, nanos: Int) |
nanos |
val nanos: Int |
seconds |
val seconds: Long |
compareTo |
operator fun compareTo(timestamp: Timestamp): Int |
isAfter |
fun isAfter(time: Instant): Boolean |
isExactly |
fun isExactly(time: Instant): Boolean |
now |
fun now(): Timestamp |
toInstant |
fun Timestamp.toInstant(): Instant! |