Timestamp

case class Timestamp extends TimestampPlatform
Companion:
object
trait Serializable
trait Product
trait Equals
trait TimestampPlatform
class Object
trait Matchable
class Any

Value members

Concrete methods

def conciseDate: String
def conciseDateTime: String
def format(format: TimestampFormat): String
def isAfter(other: Timestamp): Boolean
override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toInstant: Instant

JVM platform only method

JVM platform only method

Inherited from:
TimestampPlatform
def toOffsetDateTime: OffsetDateTime

JVM platform only method

JVM platform only method

Inherited from:
TimestampPlatform