Timestamp

@Serializable
data class Timestamp(val value: Long) : Value

Constructors

Link copied to clipboard
constructor(instant: Instant)
constructor(value: Long)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
val value: Long

Functions

Link copied to clipboard
operator fun compareTo(other: Timestamp): Int
Link copied to clipboard
operator fun minus(other: Timestamp): Timestamp
operator fun minus(millis: Long): Timestamp
Link copied to clipboard
operator fun plus(other: Timestamp): Timestamp
operator fun plus(millis: Long): Timestamp
Link copied to clipboard