Object

org.scalatest.time

Day

Related Doc: package time

Permalink

object Day extends Units with Product with Serializable

Indicates units for a single day.

This singleton object may be passed to the constructor of Span to specify day units of time, so long as the value passed to Span is 1. For example:

Span(1, Day)

Source
Units.scala
Linear Supertypes
Units, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Day
  2. Units
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All