Packages

object Now extends Now

Companion object to trait Now that enables its members to be imported as an alternative to mixing them in.

Source
Now.scala
Linear Supertypes
Now, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Now
  2. Now
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def now(): Long

    Returns the current time in milliseconds since January 1, 1970, 00:00:00 GMT.

    Returns the current time in milliseconds since January 1, 1970, 00:00:00 GMT.

    returns

    the current time in milliseconds since January 1, 1970, 00:00:00 GMT

    Definition Classes
    Now