BSONDateTime

BSONDateTime factories & utilities

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(value: Long): BSONDateTime

Returns a BSONDateTime.

Returns a BSONDateTime.

Value parameters:
value

the date/time value

Returns a string representation for the given BSONDateTime.

Returns a string representation for the given BSONDateTime.

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

Extracts the dateTime value if that's a BSONDateTime.

Extracts the dateTime value if that's a BSONDateTime.