Object/Trait

com.eharmony.aloha.feature

TimeConstants

Related Docs: trait TimeConstants | package feature

Permalink

object TimeConstants extends TimeConstants

See trait documentation.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeConstants
  2. TimeConstants
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val DAYS_PER_WEEK: Int(7)

    Permalink

    Days in one week (7) (ISO)

    Days in one week (7) (ISO)

    Definition Classes
    TimeConstants
  5. final val HOURS_PER_DAY: Int(24)

    Permalink

    Hours in a typical day (24) (ISO).

    Hours in a typical day (24) (ISO).

    Definition Classes
    TimeConstants
  6. final val HOURS_PER_WEEK: Int(168)

    Permalink

    Hours in a typical week.

    Hours in a typical week.

    Definition Classes
    TimeConstants
  7. final val MILLIS_PER_DAY: Int(86400000)

    Permalink

    Milliseconds in a typical day (ISO).

    Milliseconds in a typical day (ISO).

    Definition Classes
    TimeConstants
  8. final val MILLIS_PER_HOUR: Int(3600000)

    Permalink

    Milliseconds in one hour (ISO)

    Milliseconds in one hour (ISO)

    Definition Classes
    TimeConstants
  9. final val MILLIS_PER_MINUTE: Int(60000)

    Permalink

    Milliseconds in one minute (ISO)

    Milliseconds in one minute (ISO)

    Definition Classes
    TimeConstants
  10. final val MILLIS_PER_SECOND: Int(1000)

    Permalink

    Milliseconds in one second (1000) (ISO)

    Milliseconds in one second (1000) (ISO)

    Definition Classes
    TimeConstants
  11. final val MILLIS_PER_WEEK: Int(604800000)

    Permalink

    Milliseconds in a typical week (ISO).

    Milliseconds in a typical week (ISO).

    Definition Classes
    TimeConstants
  12. final val MINUTES_PER_DAY: Int(1440)

    Permalink

    Minutes in a typical day (ISO).

    Minutes in a typical day (ISO).

    Definition Classes
    TimeConstants
  13. final val MINUTES_PER_HOUR: Int(60)

    Permalink

    Minutes in one hour (ISO)

    Minutes in one hour (ISO)

    Definition Classes
    TimeConstants
  14. final val MINUTES_PER_WEEK: Int(10080)

    Permalink

    Minutes in a typical week (ISO).

    Minutes in a typical week (ISO).

    Definition Classes
    TimeConstants
  15. final val SECONDS_PER_DAY: Int(86400)

    Permalink

    Seconds in a typical day (ISO).

    Seconds in a typical day (ISO).

    Definition Classes
    TimeConstants
  16. final val SECONDS_PER_HOUR: Int(3600)

    Permalink

    Seconds in one hour (ISO)

    Seconds in one hour (ISO)

    Definition Classes
    TimeConstants
  17. final val SECONDS_PER_MINUTE: Int(60)

    Permalink

    Seconds in one minute (60) (ISO)

    Seconds in one minute (60) (ISO)

    Definition Classes
    TimeConstants
  18. final val SECONDS_PER_WEEK: Int(604800)

    Permalink

    Seconds in a typical week (ISO).

    Seconds in a typical week (ISO).

    Definition Classes
    TimeConstants
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TimeConstants

Inherited from AnyRef

Inherited from Any

Ungrouped