object DateFormat
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DateFormat
- 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
- val AM_PM_FIELD: Int
- val DATE_FIELD: Int
- val DAY_OF_WEEK_FIELD: Int
- val DAY_OF_WEEK_IN_MONTH_FIELD: Int
- val DAY_OF_YEAR_FIELD: Int
- val DEFAULT: Int
- val ERA_FIELD: Int
- val FULL: Int
- val HOUR0_FIELD: Int
- val HOUR1_FIELD: Int
- val HOUR_OF_DAY0_FIELD: Int
- val HOUR_OF_DAY1_FIELD: Int
- val LONG: Int
- val MEDIUM: Int
- val MILLISECOND_FIELD: Int
- val MINUTE_FIELD: Int
- val MONTH_FIELD: Int
- val SECOND_FIELD: Int
- val SHORT: Int
- val TIMEZONE_FIELD: Int
- val WEEK_OF_MONTH_FIELD: Int
- val WEEK_OF_YEAR_FIELD: Int
- val YEAR_FIELD: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getAvailableLocales(): Array[Locale]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getDateInstance(style: Int, aLocale: Locale): DateFormat
- final def getDateInstance(style: Int): DateFormat
- final def getDateInstance(): DateFormat
- final def getDateTimeInstance(dateStyle: Int, timeStyle: Int, aLocale: Locale): DateFormat
- final def getDateTimeInstance(dateStyle: Int, timeStyle: Int): DateFormat
- final def getDateTimeInstance(): DateFormat
- final def getInstance(): DateFormat
- final def getTimeInstance(style: Int, aLocale: Locale): DateFormat
- final def getTimeInstance(style: Int): DateFormat
- final def getTimeInstance(): DateFormat
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()