Packages

object Date extends Serializable

Source
date.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Date
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Calendar extends AnyVal

    clean wrapper around java Calendar upper case indicates index from the beginning of the year or relevant range?

  2. sealed trait DayOfWeek extends AnyRef
  3. class Form extends Format[Date]
  4. sealed trait Month extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(str: String): Date

    smart construction from multiple formats of date strings

  5. def apply(tz: String, y: Int): Date
  6. def apply(tz: String, y: Int, M: Int): Date
  7. def apply(tz: String, y: Int, M: Int, d: Int): Date
  8. def apply(tz: String, y: Int, M: Int, d: Int, H: Int): Date
  9. def apply(tz: String, y: Int, M: Int, d: Int, H: Int, m: Int): Date
  10. def apply(tz: String, y: Int, M: Int, d: Int, H: Int, m: Int, s: Int): Date
  11. def apply(tz: String, y: Int, M: Int, d: Int, H: Int, m: Int, s: Int, ms: Int): Date
  12. def apply(y: Int): Date
  13. def apply(y: Int, M: Int): Date
  14. def apply(y: Int, M: Int, d: Int): Date
  15. def apply(y: Int, M: Int, d: Int, H: Int): Date
  16. def apply(y: Int, M: Int, d: Int, H: Int, m: Int): Date
  17. def apply(y: Int, M: Int, d: Int, H: Int, m: Int, s: Int): Date
  18. def apply(y: Int, M: Int, d: Int, H: Int, m: Int, s: Int, ms: Int): Date
  19. def apply(d: Double): Date
  20. def apply(d: Long): Date
  21. def apply(): Date
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  24. val epoch: Date
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  28. def format(dt: Time): Format[Date]
  29. def fromMs(d: Long): Date
  30. def fromSec(d: Long): Date
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isLeapYear(y: Int): Boolean
  35. def krypton(str: String): Date
  36. def ms: Long
  37. val msPerDay: Long
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def now: Date
  42. def parseIso(str: String): drx.Try[Date]
  43. def ramp(t: Time): Double

    triangle wave from 0 to 1

  44. def s: Double
  45. val sPerDay: Long
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. case object April extends Month with Product with Serializable
  52. case object August extends Month with Product with Serializable
  53. object Calendar
  54. object DayOfWeek
  55. case object December extends Month with Product with Serializable
  56. case object February extends Month with Product with Serializable
  57. object Form
  58. implicit object FormatDate extends Format[Date]
  59. case object Friday extends DayOfWeek with Product with Serializable
  60. case object January extends Month with Product with Serializable
  61. case object July extends Month with Product with Serializable
  62. case object June extends Month with Product with Serializable
  63. case object March extends Month with Product with Serializable
  64. case object May extends Month with Product with Serializable
  65. case object Monday extends DayOfWeek with Product with Serializable
  66. object Month
  67. case object November extends Month with Product with Serializable
  68. case object October extends Month with Product with Serializable
  69. implicit object OrderingDate extends Ordering[Date]
  70. implicit object ParsableDate extends Parsable[Date]
  71. case object Saturday extends DayOfWeek with Product with Serializable
  72. case object September extends Month with Product with Serializable
  73. case object Sunday extends DayOfWeek with Product with Serializable
  74. case object Thursday extends DayOfWeek with Product with Serializable
  75. case object Tuesday extends DayOfWeek with Product with Serializable
  76. case object Wednesday extends DayOfWeek with Product with Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped