object DateTime extends Object
- Annotations
- @native() @JSImport("luxon", "DateTime")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DateTime
- Object
- Any
- 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 DATETIME_FULL: LocaleInfo
- val DATETIME_FULL_WITH_SECONDS: LocaleInfo
- val DATETIME_HUGE: LocaleInfo
- val DATETIME_HUGE_WITH_SECONDS: LocaleInfo
- val DATETIME_MED: LocaleInfo
- val DATETIME_MED_WITH_SECONDS: LocaleInfo
- val DATETIME_MED_WITH_WEEKDAY: LocaleInfo
- val DATETIME_SHORT: LocaleInfo
- val DATETIME_SHORT_WITH_SECONDS: LocaleInfo
- val DATE_FULL: LocaleInfo
- val DATE_MED: LocaleInfo
- val TIME_24_SIMPLE: LocaleInfo
- val TIME_24_WITH_LONG_OFFSET: LocaleInfo
- val TIME_24_WITH_SECONDS: LocaleInfo
- val TIME_24_WITH_SHORT_OFFSET: LocaleInfo
- val TIME_SIMPLE: LocaleInfo
- val TIME_WITH_LONG_OFFSET: LocaleInfo
- val TIME_WITH_SECONDS: LocaleInfo
- val TIME_WITH_SHORT_OFFSET: LocaleInfo
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromFormat(arg: String, format: String, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
- def fromFormatExplain(arg: String, format: String, options: UndefOr[DateTimeOptions] = js.undefined): Object
- def fromHTTP(arg: String): DateTime
- def fromISO(arg: String, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
- def fromInvalid(reason: String, explanation: String): DateTime
- def fromJSDate(dt: Date, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
- def fromMillis(arg: Double): DateTime
- def fromObject(dt: DateTimeInit): DateTime
- def fromRFC2822(text: String, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
- def fromSQL(text: String, options: UndefOr[SQLOptions] = js.undefined): DateTime
- def fromSeconds(arg: Double, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isDateTime(o: Any): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- 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
- def local(): DateTime
- def max(values: DateTime*): DateTime
- def min(values: DateTime*): DateTime
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- def utc(): DateTime
- 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")
- 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])