java.util

Calendar

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

Annotations
@SerialVersionUID( 1807547505821590642L )
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
Learn more about member selection
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: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef → Any
  4. def <(that: Calendar): Boolean

    Definition Classes
    Ordered
  5. def <=(that: Calendar): Boolean

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

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

    Definition Classes
    Any
  8. def >(that: Calendar): Boolean

    Definition Classes
    Ordered
  9. def >=(that: Calendar): Boolean

    Definition Classes
    Ordered
  10. var areFieldsSet: Boolean

    Attributes
    protected
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compare(anotherCalendar: Calendar): Int

    Definition Classes
    Calendar → Ordered
  14. def compareTo(that: Calendar): Int

    Definition Classes
    Ordered → Comparable
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. val fields: Array[Int]

    Attributes
    protected
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def getActualMaximum(field: Int): Int

  20. def getActualMinimum(field: Int): Int

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getFirstDayOfWeek(): Int

  23. def getMinimalDaysInFirstWeek(): Int

  24. def getTimeInMillis(): Long

  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. def init(timezone: TimeZone, locale: Locale): Unit

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val isSet: Array[Boolean]

    Attributes
    protected
  29. var isTimeSet: Boolean

    Attributes
    protected
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

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

    Definition Classes
    AnyRef
  33. final def set(year: Int, month: Int, day: Int, hourOfDay: Int, minute: Int, second: Int): Unit

  34. final def set(year: Int, month: Int, day: Int, hourOfDay: Int, minute: Int): Unit

  35. final def set(year: Int, month: Int, day: Int): Unit

  36. def set(field: Int, value: Int): Unit

  37. def setFirstDayOfWeek(value: Int): Unit

  38. def setLenient(value: Boolean): Unit

  39. def setMinimalDaysInFirstWeek(value: Int): Unit

  40. def setTimeInMillis(millis: Long): Unit

  41. def setTimeZone(timezone: TimeZone): Unit

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

    Definition Classes
    AnyRef
  43. var time: Long

    Attributes
    protected
  44. def toInstant: Instant

    Converts a Calendar to an Instant.

    Converts a Calendar to an Instant.

    returns

    the instant, not null

  45. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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