Packages

abstract class Calendar extends Cloneable with Serializable with Ordered[Calendar]

Annotations
@SerialVersionUID()
Linear Supertypes
Ordered[Calendar], Comparable[Calendar], Serializable, Serializable, Cloneable, Cloneable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Calendar
  2. Ordered
  3. Comparable
  4. Serializable
  5. Serializable
  6. Cloneable
  7. Cloneable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def computeFields(): Unit
    Attributes
    protected
  2. abstract def computeTime(): Unit
    Attributes
    protected
  3. abstract def getGreatestMinimum(field: Int): Int
  4. abstract def getLeastMaximum(field: Int): Int
  5. abstract def getMaximum(field: Int): Int
  6. abstract def getMinimum(field: Int): Int
  7. abstract def getTimeZone: TimeZone

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <(that: Calendar): Boolean
    Definition Classes
    Ordered
  4. def <=(that: Calendar): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: Calendar): Boolean
    Definition Classes
    Ordered
  7. def >=(that: Calendar): Boolean
    Definition Classes
    Ordered
  8. var areFieldsSet: Boolean
    Attributes
    protected
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def compare(anotherCalendar: Calendar): Int
    Definition Classes
    Calendar → Ordered
  12. def compareTo(that: Calendar): Int
    Definition Classes
    Ordered → Comparable
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. val fields: Array[Int]
    Attributes
    protected
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getActualMaximum(field: Int): Int
  18. def getActualMinimum(field: Int): Int
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getFirstDayOfWeek(): Int
  21. def getLenient: Boolean
  22. def getMinimalDaysInFirstWeek(): Int
  23. def getTimeInMillis(): Long
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def init(timezone: TimeZone): Unit
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val isSet: Array[Boolean]
    Attributes
    protected
  28. var isTimeSet: Boolean
    Attributes
    protected
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def set(year: Int, month: Int, day: Int, hourOfDay: Int, minute: Int, second: Int): Unit
  33. final def set(year: Int, month: Int, day: Int, hourOfDay: Int, minute: Int): Unit
  34. final def set(year: Int, month: Int, day: Int): Unit
  35. def set(field: Int, value: Int): Unit
  36. def setFirstDayOfWeek(value: Int): Unit
  37. def setLenient(value: Boolean): Unit
  38. def setMinimalDaysInFirstWeek(value: Int): Unit
  39. def setTimeInMillis(millis: Long): Unit
  40. def setTimeZone(timezone: TimeZone): Unit
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. var time: Long
    Attributes
    protected
  43. def toInstant: Instant

    Converts a Calendar to an Instant.

    Converts a Calendar to an Instant.

    returns

    the instant, not null

  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Ordered[Calendar]

Inherited from Comparable[Calendar]

Inherited from Serializable

Inherited from Serializable

Inherited from Cloneable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped