final class Milliseconds extends AnyVal with Serializable
- Alphabetic
- By Inheritance
- Milliseconds
- Serializable
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Milliseconds(timeSpan: Long)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def +(other: Milliseconds): Milliseconds
- final def -(other: Milliseconds): Milliseconds
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val timeSpan: Long
- final def toNanoseconds: Nanoseconds
- final def toSeconds: Seconds
Converts the specified number of milliseconds into seconds.
- def toString(): String
- Definition Classes
- Milliseconds → Any
- def toString(withUnit: Boolean): String