Packages

object Time extends Units with Serializable

Source
units.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Time
  2. Serializable
  3. Units
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(duration: FiniteDuration): Time
  5. def apply(bound: Bound[Date]): Time
  6. def apply(value: Long, unit: String): Time
  7. def apply(value: Double, unit: String): Time
  8. def apply(str: String): Time
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val day: Time
  12. implicit def drxTime2ScalaDuration(time: Time): FiniteDuration
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. def format(dt: Time, numDecimals: Int): Format[Time]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val hr: Time
  20. def isDefined(str: String): Boolean

    A simple string test to see if the string is defined with valid units

    A simple string test to see if the string is defined with valid units

    Definition Classes
    Units
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val min: Time
  23. val month: Time
  24. val ms: Time
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def parseToBaseValue(str: String): Double
    Definition Classes
    Units
  29. implicit def scalaDuration2DrxTime(duration: FiniteDuration): Time
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. val units: Map[String, Double]
    Definition Classes
    TimeUnits
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. val yr: Time
  37. implicit object BaseValueBuilderTime extends BaseValueBuilder[Time]
  38. implicit object BoundableTime extends BoundableBaseValue[Time]
  39. implicit object ParsableTime extends Parsable[Time]

Inherited from Serializable

Inherited from Units

Inherited from AnyRef

Inherited from Any

Ungrouped