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. val DATETIME_FULL: LocaleInfo
  2. val DATETIME_FULL_WITH_SECONDS: LocaleInfo
  3. val DATETIME_HUGE: LocaleInfo
  4. val DATETIME_HUGE_WITH_SECONDS: LocaleInfo
  5. val DATETIME_MED: LocaleInfo
  6. val DATETIME_MED_WITH_SECONDS: LocaleInfo
  7. val DATETIME_MED_WITH_WEEKDAY: LocaleInfo
  8. val DATETIME_SHORT: LocaleInfo
  9. val DATETIME_SHORT_WITH_SECONDS: LocaleInfo
  10. val DATE_FULL: LocaleInfo
  11. val DATE_MED: LocaleInfo
  12. val TIME_24_SIMPLE: LocaleInfo
  13. val TIME_24_WITH_LONG_OFFSET: LocaleInfo
  14. val TIME_24_WITH_SECONDS: LocaleInfo
  15. val TIME_24_WITH_SHORT_OFFSET: LocaleInfo
  16. val TIME_SIMPLE: LocaleInfo
  17. val TIME_WITH_LONG_OFFSET: LocaleInfo
  18. val TIME_WITH_SECONDS: LocaleInfo
  19. val TIME_WITH_SHORT_OFFSET: LocaleInfo
  20. def fromFormat(arg: String, format: String, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
  21. def fromFormatExplain(arg: String, format: String, options: UndefOr[DateTimeOptions] = js.undefined): Object
  22. def fromHTTP(arg: String): DateTime
  23. def fromISO(arg: String, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
  24. def fromInvalid(reason: String, explanation: String): DateTime
  25. def fromJSDate(dt: Date, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
  26. def fromMillis(arg: Double): DateTime
  27. def fromObject(dt: DateTimeInit): DateTime
  28. def fromRFC2822(text: String, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
  29. def fromSQL(text: String, options: UndefOr[SQLOptions] = js.undefined): DateTime
  30. def fromSeconds(arg: Double, options: UndefOr[DateTimeOptions] = js.undefined): DateTime
  31. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  32. def isDateTime(o: Any): Boolean
  33. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  34. 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
  35. def local(): DateTime
  36. def max(values: DateTime*): DateTime
  37. def min(values: DateTime*): DateTime
  38. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  39. def toLocaleString(): String
    Definition Classes
    Object
  40. def utc(): DateTime
  41. 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")
  42. def valueOf(): Any
    Definition Classes
    Object