Trait providing a now
method that returns the current time in milliseconds
since January 1, 1970, 00:00:00 GMT.
A time span.
Trait providing four implicit conversions that allow you to specify spans of time
by invoking "units" methods such as millis
, seconds
, and minutes
on Int
, Long
, Float
, and Double
.
Defines a family of singleton objects representing units of time.
Indicates units for a single day.
Indicates day units.
Indicates units for a single hour.
Indicates hour units.
Indicates units for a single microsecond.
Indicates microsecond units.
Indicates millisecond units (shorthand form).
Indicates units for a single millisecond.
Indicates millisecond units.
Indicates units for a single minute.
Indicates minute units.
Indicates units for a single nanosecond.
Indicates nanosecond units.
Companion object to trait Now
that enables its members to be imported as
an alternative to mixing them in.
Indicates units for a single second.
Indicates second units.
Companion object for Span
that provides two factory methods for creating Span
instances.
Companion object that facilitates the importing of SpanSugar
members as
an alternative to mixing it in.