class GregorianCalendar extends Calendar
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GregorianCalendar
- Calendar
- Ordered
- Comparable
- Serializable
- Cloneable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GregorianCalendar(locale: Locale)
- new GregorianCalendar(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int)
- new GregorianCalendar(year: Int, month: Int, day: Int, hour: Int, minute: Int)
- new GregorianCalendar(year: Int, month: Int, day: Int)
- new GregorianCalendar(timezone: TimeZone = TimeZone.getDefault, locale: Locale = Locale.getDefault)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def <(that: Calendar): Boolean
- Definition Classes
- Ordered
- def <=(that: Calendar): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: Calendar): Boolean
- Definition Classes
- Ordered
- def >=(that: Calendar): Boolean
- Definition Classes
- Ordered
- def add(arg0: Int, arg1: Int): Unit
- var areFieldsSet: Boolean
- Attributes
- protected
- Definition Classes
- Calendar
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compare(anotherCalendar: Calendar): Int
- Definition Classes
- Calendar → Ordered
- def compareTo(that: Calendar): Int
- Definition Classes
- Ordered → Comparable
- def computeFields(): Unit
- Attributes
- protected[java.util]
- Definition Classes
- GregorianCalendar → Calendar
- def computeTime(): Unit
- Attributes
- protected[java.util]
- Definition Classes
- GregorianCalendar → Calendar
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fields: Array[Int]
- Attributes
- protected
- Definition Classes
- Calendar
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getActualMaximum(field: Int): Int
- Definition Classes
- Calendar
- def getActualMinimum(field: Int): Int
- Definition Classes
- Calendar
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFirstDayOfWeek(): Int
- Definition Classes
- Calendar
- def getGreatestMinimum(arg0: Int): Int
- Definition Classes
- GregorianCalendar → Calendar
- def getLeastMaximum(arg0: Int): Int
- Definition Classes
- GregorianCalendar → Calendar
- def getMaximum(arg0: Int): Int
- Definition Classes
- GregorianCalendar → Calendar
- def getMinimalDaysInFirstWeek(): Int
- Definition Classes
- Calendar
- def getMinimum(arg0: Int): Int
- Definition Classes
- GregorianCalendar → Calendar
- def getTimeInMillis(): Long
- Definition Classes
- Calendar
- def getTimeZone: TimeZone
- Definition Classes
- GregorianCalendar → Calendar
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init(timezone: TimeZone, locale: Locale): Unit
- Definition Classes
- Calendar
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isSet: Array[Boolean]
- Attributes
- protected
- Definition Classes
- Calendar
- var isTimeSet: Boolean
- Attributes
- protected
- Definition Classes
- Calendar
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def roll(arg0: Int, arg1: Boolean): Unit
- final def set(year: Int, month: Int, day: Int, hourOfDay: Int, minute: Int, second: Int): Unit
- Definition Classes
- Calendar
- final def set(year: Int, month: Int, day: Int, hourOfDay: Int, minute: Int): Unit
- Definition Classes
- Calendar
- final def set(year: Int, month: Int, day: Int): Unit
- Definition Classes
- Calendar
- def set(field: Int, value: Int): Unit
- Definition Classes
- Calendar
- def setFirstDayOfWeek(value: Int): Unit
- Definition Classes
- Calendar
- def setGregorianChange(date: Date): Unit
- def setLenient(value: Boolean): Unit
- Definition Classes
- Calendar
- def setMinimalDaysInFirstWeek(value: Int): Unit
- Definition Classes
- Calendar
- def setTimeInMillis(millis: Long): Unit
- Definition Classes
- Calendar
- def setTimeZone(timezone: TimeZone): Unit
- Definition Classes
- Calendar
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- var time: Long
- Attributes
- protected
- Definition Classes
- Calendar
- def toInstant: Instant
Converts a
Calendar
to anInstant
. - def toString(): String
- Definition Classes
- AnyRef → Any
- def toZonedDateTime: ZonedDateTime
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()