final class Milliseconds extends AnyVal with Serializable
Represents a time span of n milliseconds.
- Alphabetic
- By Inheritance
- Milliseconds
- Serializable
- Serializable
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
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