io.lamma

Date

case class Date(yyyy: Int, mm: Int, dd: Int) extends Ordered[Date] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[Date], Comparable[Date], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Date
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Date(yyyy: Int, mm: Int, dd: Int)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(d: Duration): Date

  5. def +(n: Int): Date

  6. def -(that: Date): Int

  7. def -(d: Duration): Date

  8. def -(n: Int): Date

  9. def <(that: Date): Boolean

    Definition Classes
    Ordered
  10. def <=(that: Date): Boolean

    Definition Classes
    Ordered
  11. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  13. def >(that: Date): Boolean

    Definition Classes
    Ordered
  14. def >=(that: Date): Boolean

    Definition Classes
    Ordered
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def compare(that: Date): Int

    Definition Classes
    Date → Ordered
  18. def compareTo(that: Date): Int

    Definition Classes
    Ordered → Comparable
  19. lazy val dayOfMonth: Int

  20. lazy val dayOfYear: Int

  21. val dd: Int

  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def finalize(): Unit

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

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

    Definition Classes
    Any
  26. lazy val isLastDayOfMonth: Boolean

  27. lazy val isLastDayOfYear: Boolean

  28. lazy val maxDayOfMonth: Int

  29. lazy val maxDayOfYear: Int

  30. val mm: Int

  31. lazy val month: Month

  32. lazy val monthSinceBC: Int

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. def nextMonthPosition(pom: PositionOfMonth): Date

    next month position including today

  35. def nextWeekday(wd: Weekday): Date

    next weekday including today

  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. def previousWeekday(wd: Weekday): Date

    previous weekday including today

  39. lazy val sameWeekdaysOfMonth: List[Date]

    eg, if this.

    eg, if this.weekday == Wednesday, then this is a list of all Wednesday in the same month

  40. lazy val sameWeekdaysOfYear: List[Date]

    eg, if this.

    eg, if this.weekday == Wednesday, then this is a list of all Wednesday in the same year

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def to(that: Date): DateRange

  43. lazy val toISOString: String

  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. lazy val weekday: Weekday

  48. val yyyy: Int

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[Date]

Inherited from Comparable[Date]

Inherited from AnyRef

Inherited from Any

Ungrouped