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: Any): Boolean

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

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

  4. def +(n: Int): Date

  5. def -(that: Date): Int

  6. def -(d: Duration): Date

  7. def -(n: Int): Date

  8. def <(that: Date): Boolean

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

    Definition Classes
    Ordered
  10. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def >(that: Date): Boolean

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

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

    Definition Classes
    Any
  14. def clone(): AnyRef

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

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

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

  18. lazy val dayOfYear: Int

  19. val dd: Int

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

    Definition Classes
    AnyRef
  21. def finalize(): Unit

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

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

    Definition Classes
    Any
  24. lazy val isLastDayOfMonth: Boolean

  25. lazy val isLastDayOfYear: Boolean

  26. lazy val maxDayOfMonth: Int

  27. lazy val maxDayOfYear: Int

  28. val mm: Int

  29. lazy val month: Month

  30. lazy val monthSinceBC: Int

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

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

    next month position including today

  33. def nextWeekday(wd: Weekday): Date

    next weekday including today

  34. final def notify(): Unit

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

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

    previous weekday including today

  37. 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

  38. 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

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

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

  41. lazy val toISOString: String

  42. final def wait(): Unit

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

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

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

  46. 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