TimeUnit

object TimeUnit
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object DateTime extends TimeUnit
case object Day extends TimeUnit
case object Hour extends TimeUnit
case object MilliSecond extends TimeUnit
case object Minute extends TimeUnit
case object Month extends TimeUnit
case object Quarter extends TimeUnit
case object Second extends TimeUnit
case object Week extends TimeUnit
case object Year extends TimeUnit

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def fromString(s: String): Option[TimeUnit]

Concrete fields

val units: Map[String, TimeUnit]