Timestamp

class Timestamp

Represents a single instant in time. Ideally, we'd use java.time.Instant, but we cannot do so until we move to API level 26.

TODO: using Kotlin's Instant type instead.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String