BSONDateTime

reactivemongo.api.bson.BSONDateTime$
See theBSONDateTime companion class

BSONDateTime factories & utilities

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(value: Long): BSONDateTime

Returns a BSONDateTime.

Returns a BSONDateTime.

Attributes

value

the date/time value

Returns a string representation for the given BSONDateTime.

Returns a string representation for the given BSONDateTime.

Attributes

def unapply(that: Any): Option[Long]

Extracts the dateTime value if that's a BSONDateTime.

Extracts the dateTime value if that's a BSONDateTime.

Attributes