Timestamp

lightdb.Timestamp
See theTimestamp companion class
object Timestamp

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Timestamp.type

Members list

Value members

Concrete methods

def fromCalendar(calendar: Calendar): Timestamp
def month(s: String): Int
def now: Timestamp
def of(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int, millisecond: Int): Timestamp

Implicits

Implicits

implicit val numeric: Numeric[Timestamp]
implicit val rw: RW[Timestamp]