trait DateTimeFormatOptions extends scala.scalajs.js.Object with StObject

Annotations
@JSType() @native()
Source
DateTimeFormatOptions.scala
Linear Supertypes
StObject, scala.scalajs.js.Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DateTimeFormatOptions
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val calendar: UndefOr[scala.Predef.String]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. val dateStyle: UndefOr[|[|[|[full, long], medium], short]]
  8. val day: UndefOr[|[numeric, 2-digit]]
  9. val dayPeriod: UndefOr[|[|[narrow, short], long]]
  10. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  12. val era: UndefOr[|[|[long, short], narrow]]
  13. val formatMatcher: UndefOr[|[best fit, basic]]
  14. val fractionalSecondDigits: UndefOr[|[|[|[0, 1], 2], 3]]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hasOwnProperty(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. val hour: UndefOr[|[numeric, 2-digit]]
  19. val hour12: UndefOr[scala.Boolean]
  20. val hourCycle: UndefOr[|[|[|[h11, h12], h23], h24]]
  21. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  22. def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
    Definition Classes
    Object
  23. val localeMatcher: UndefOr[|[best fit, lookup]]
  24. val minute: UndefOr[|[numeric, 2-digit]]
  25. val month: UndefOr[|[|[|[|[numeric, 2-digit], long], short], narrow]]
  26. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. val numberingSystem: UndefOr[scala.Predef.String]
  30. def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  31. val second: UndefOr[|[numeric, 2-digit]]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val timeStyle: UndefOr[|[|[|[full, long], medium], short]]
  34. val timeZone: UndefOr[scala.Predef.String]
  35. val timeZoneName: UndefOr[|[long, short]]
  36. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  37. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  38. def valueOf(): Any
    Definition Classes
    Object
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. val weekday: UndefOr[|[|[long, short], narrow]]
  43. val year: UndefOr[|[numeric, 2-digit]]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StObject

Inherited from scala.scalajs.js.Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped