trait DateTimeFormatOptions extends scala.scalajs.js.Object with StObject
- Annotations
- @JSType() @native()
- Source
- DateTimeFormatOptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DateTimeFormatOptions
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val calendar: UndefOr[scala.Predef.String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val dateStyle: UndefOr[|[|[|[full, long], medium], short]]
- val day: UndefOr[|[numeric, 2-digit]]
- val dayPeriod: UndefOr[|[|[narrow, short], long]]
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- val era: UndefOr[|[|[long, short], narrow]]
- val formatMatcher: UndefOr[|[best fit, basic]]
- val fractionalSecondDigits: UndefOr[|[|[|[0, 1], 2], 3]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val hour: UndefOr[|[numeric, 2-digit]]
- val hour12: UndefOr[scala.Boolean]
- val hourCycle: UndefOr[|[|[|[h11, h12], h23], h24]]
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
- Definition Classes
- Object
- val localeMatcher: UndefOr[|[best fit, lookup]]
- val minute: UndefOr[|[numeric, 2-digit]]
- val month: UndefOr[|[|[|[|[numeric, 2-digit], long], short], narrow]]
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val numberingSystem: UndefOr[scala.Predef.String]
- def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- val second: UndefOr[|[numeric, 2-digit]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeStyle: UndefOr[|[|[|[full, long], medium], short]]
- val timeZone: UndefOr[scala.Predef.String]
- val timeZoneName: UndefOr[|[long, short]]
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- 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])
- val weekday: UndefOr[|[|[long, short], narrow]]
- val year: UndefOr[|[numeric, 2-digit]]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated