object time
Ordering
- Alphabetic
- By Inheritance
Inherited
- time
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Day = Refined[Int, Closed[Int(1), Int(31)]]
An
Intin the range from 1 to 31 representing the day-of-month.An
Intin the range from 1 to 31 representing the day-of-month. Note that the days from 29 to 31 are not valid for all months. - type Hour = Refined[Int, Closed[Int(0), Int(23)]]
An
Intin the range from 0 to 23 representing the hour-of-day. - type Millis = Refined[Int, Closed[Int(0), Int(999)]]
An
Intin the range from 0 to 999 representing the millisecond-of-second. - type Minute = Refined[Int, Closed[Int(0), Int(59)]]
An
Intin the range from 0 to 59 representing the minute-of-hour. - type Month = Refined[Int, Closed[Int(1), Int(12)]]
An
Intin the range from 1 to 12 representing the month-of-year. - type Second = Refined[Int, Closed[Int(0), Int(59)]]
An
Intin the range from 0 to 59 representing the second-of-minute.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Day extends RefinedTypeOps[Day, Int]
- object Hour extends RefinedTypeOps[Hour, Int]
- object Millis extends RefinedTypeOps[Millis, Int]
- object Minute extends RefinedTypeOps[Minute, Int]
- object Month extends RefinedTypeOps[Month, Int]
- object Second extends RefinedTypeOps[Second, Int]