object DateTime extends Object

Annotations
@native() @JSImport("luxon", "DateTime")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DateTime
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DATETIME_FULL: LocaleInfo
  5. val DATETIME_FULL_WITH_SECONDS: LocaleInfo
  6. val DATETIME_HUGE: LocaleInfo
  7. val DATETIME_HUGE_WITH_SECONDS: LocaleInfo
  8. val DATETIME_MED: LocaleInfo
  9. val DATETIME_MED_WITH_SECONDS: LocaleInfo
  10. val DATETIME_MED_WITH_WEEKDAY: LocaleInfo
  11. val DATETIME_SHORT: LocaleInfo
  12. val DATETIME_SHORT_WITH_SECONDS: LocaleInfo
  13. val DATE_FULL: LocaleInfo
  14. val DATE_MED: LocaleInfo
  15. val TIME_24_SIMPLE: LocaleInfo
  16. val TIME_24_WITH_LONG_OFFSET: LocaleInfo
  17. val TIME_24_WITH_SECONDS: LocaleInfo
  18. val TIME_24_WITH_SHORT_OFFSET: LocaleInfo
  19. val TIME_SIMPLE: LocaleInfo
  20. val TIME_WITH_LONG_OFFSET: LocaleInfo
  21. val TIME_WITH_SECONDS: LocaleInfo
  22. val TIME_WITH_SHORT_OFFSET: LocaleInfo
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. def fromFormat(arg: String, format: String, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
  28. def fromFormatExplain(arg: String, format: String, options: UndefOr[DateTimeOptions] = js.undefined): Object
  29. def fromHTTP(arg: String): DateTime
  30. def fromISO(arg: String, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
  31. def fromInvalid(reason: String, explanation: String): DateTime
  32. def fromJSDate(dt: Date, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
  33. def fromMillis(arg: Double): DateTime
  34. def fromObject(dt: DateTimeInit): DateTime
  35. def fromRFC2822(text: String, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
  36. def fromSQL(text: String, options: UndefOr[SQLOptions] = js.undefined): DateTime
  37. def fromSeconds(arg: Double, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
  38. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def isDateTime(o: Any): Boolean
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  44. def local(year: UndefOr[Int] = js.undefined, month: UndefOr[Int] = js.undefined, day: UndefOr[Int] = js.undefined, hour: UndefOr[Int] = js.undefined, min: UndefOr[Int] = js.undefined, second: UndefOr[Int] = js.undefined, millisecond: UndefOr[Int] = js.undefined): DateTime
  45. def local(): DateTime
  46. def max(values: DateTime*): DateTime
  47. def min(values: DateTime*): DateTime
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  51. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toLocaleString(): String
    Definition Classes
    Object
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def utc(): DateTime
  56. def utcFrom(year: UndefOr[Int] = js.undefined, month: UndefOr[Int] = js.undefined, day: UndefOr[Int] = js.undefined, hour: UndefOr[Int] = js.undefined, minute: UndefOr[Int] = js.undefined, second: UndefOr[Int] = js.undefined, millisecond: UndefOr[Int] = js.undefined): DateTime
    Annotations
    @JSName("utc")
  57. def valueOf(): Any
    Definition Classes
    Object
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped