class MicrosCalendar extends GregorianCalendar
The custom sub-class of GregorianCalendar
is needed to get access to protected fields
immediately after parsing. We cannot use the get()
method because it performs normalization
of the fraction part. Accordingly, the MILLISECOND
field doesn't contain original value.
Also this class allows to set raw value to the MILLISECOND
field directly before formatting.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MicrosCalendar
- GregorianCalendar
- Calendar
- Comparable
- Cloneable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(arg0: Int, arg1: Int): Unit
- Definition Classes
- GregorianCalendar → Calendar
- def after(arg0: AnyRef): Boolean
- Definition Classes
- Calendar
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def before(arg0: AnyRef): Boolean
- Definition Classes
- Calendar
- final def clear(arg0: Int): Unit
- Definition Classes
- Calendar
- final def clear(): Unit
- Definition Classes
- Calendar
- def clone(): AnyRef
- Definition Classes
- GregorianCalendar → Calendar → AnyRef
- def compareTo(arg0: Calendar): Int
- Definition Classes
- Calendar → Comparable
- def complete(): Unit
- Attributes
- protected[java.util]
- Definition Classes
- Calendar
- 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
- GregorianCalendar → Calendar → AnyRef → Any
- def get(arg0: Int): Int
- Definition Classes
- Calendar
- def getActualMaximum(arg0: Int): Int
- Definition Classes
- GregorianCalendar → Calendar
- def getActualMinimum(arg0: Int): Int
- Definition Classes
- GregorianCalendar → Calendar
- def getCalendarType(): String
- Definition Classes
- GregorianCalendar → Calendar
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDisplayName(arg0: Int, arg1: Int, arg2: Locale): String
- Definition Classes
- Calendar
- def getDisplayNames(arg0: Int, arg1: Int, arg2: Locale): Map[String, Integer]
- Definition Classes
- Calendar
- def getFirstDayOfWeek(): Int
- Definition Classes
- Calendar
- def getGreatestMinimum(arg0: Int): Int
- Definition Classes
- GregorianCalendar → Calendar
- final def getGregorianChange(): Date
- Definition Classes
- GregorianCalendar
- def getLeastMaximum(arg0: Int): Int
- Definition Classes
- GregorianCalendar → Calendar
- def getMaximum(arg0: Int): Int
- Definition Classes
- GregorianCalendar → Calendar
- def getMicros(): Long
- def getMinimalDaysInFirstWeek(): Int
- Definition Classes
- Calendar
- def getMinimum(arg0: Int): Int
- Definition Classes
- GregorianCalendar → Calendar
- final def getTime(): Date
- Definition Classes
- Calendar
- def getTimeInMillis(): Long
- Definition Classes
- Calendar
- def getTimeZone(): TimeZone
- Definition Classes
- GregorianCalendar → Calendar
- def getWeekYear(): Int
- Definition Classes
- GregorianCalendar → Calendar
- def getWeeksInWeekYear(): Int
- Definition Classes
- GregorianCalendar → Calendar
- def hashCode(): Int
- Definition Classes
- GregorianCalendar → Calendar → AnyRef → Any
- final def internalGet(arg0: Int): Int
- Attributes
- protected[java.util]
- Definition Classes
- Calendar
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLeapYear(arg0: Int): Boolean
- Definition Classes
- GregorianCalendar
- def isLenient(): Boolean
- Definition Classes
- Calendar
- final def isSet(arg0: Int): Boolean
- Definition Classes
- Calendar
- final def isWeekDateSupported(): Boolean
- Definition Classes
- GregorianCalendar → Calendar
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def roll(arg0: Int, arg1: Int): Unit
- Definition Classes
- GregorianCalendar → Calendar
- def roll(arg0: Int, arg1: Boolean): Unit
- Definition Classes
- GregorianCalendar → Calendar
- final def set(arg0: Int, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int): Unit
- Definition Classes
- Calendar
- final def set(arg0: Int, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit
- Definition Classes
- Calendar
- final def set(arg0: Int, arg1: Int, arg2: Int): Unit
- Definition Classes
- Calendar
- def set(arg0: Int, arg1: Int): Unit
- Definition Classes
- Calendar
- def setFirstDayOfWeek(arg0: Int): Unit
- Definition Classes
- Calendar
- def setGregorianChange(arg0: Date): Unit
- Definition Classes
- GregorianCalendar
- def setLenient(arg0: Boolean): Unit
- Definition Classes
- Calendar
- def setMicros(micros: Long): Unit
- def setMinimalDaysInFirstWeek(arg0: Int): Unit
- Definition Classes
- Calendar
- final def setTime(arg0: Date): Unit
- Definition Classes
- Calendar
- def setTimeInMillis(arg0: Long): Unit
- Definition Classes
- Calendar
- def setTimeZone(arg0: TimeZone): Unit
- Definition Classes
- GregorianCalendar → Calendar
- def setWeekDate(arg0: Int, arg1: Int, arg2: Int): Unit
- Definition Classes
- GregorianCalendar → Calendar
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toInstant(): Instant
- Definition Classes
- Calendar
- def toString(): String
- Definition Classes
- Calendar → AnyRef → Any
- def toZonedDateTime(): ZonedDateTime
- Definition Classes
- GregorianCalendar
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)