Packages

trait Now extends AnyRef

Trait providing a now method that returns the current time in milliseconds since January 1, 1970, 00:00:00 GMT.

Source
Now.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Now
  2. AnyRef
  3. 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