Milliseconds

case object Milliseconds extends FractionalSeconds

Specifies time precision of milliseconds.

Note

Scale is 3.

trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Ordered[TimePrecision]
trait Comparable[TimePrecision]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Inherited methods

def <(that: TimePrecision): Boolean
Inherited from
Ordered
def <=(that: TimePrecision): Boolean
Inherited from
Ordered
def >(that: TimePrecision): Boolean
Inherited from
Ordered
def >=(that: TimePrecision): Boolean
Inherited from
Ordered
def compare(that: TimePrecision): Int

Compares to other time precision.

Compares to other time precision.

Value Params
that

other time precision

Inherited from
TimePrecision
def compareTo(that: TimePrecision): Int
Inherited from
Ordered
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val scale: Int

Inherited fields

lazy val limit: LocalTime
Inherited from
FractionalSeconds