Timestamp

lightdb.Timestamp
See theTimestamp companion object
final case class Timestamp(value: Long) extends AnyVal

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def day: Int
def hour: Int
def isExpired(timeout: FiniteDuration): Boolean
def millisecond: Int
def minute: Int
def month: Int
def second: Int
def year: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product