p

luxon

package luxon

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. luxon
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ConversionAccuracy extends Any
    Annotations
    @JSType() @native()
  2. trait DateTime extends Object
    Annotations
    @JSType() @native()
  3. trait DateTimeInit extends Object
    Annotations
    @JSType() @jsenrich()
  4. trait DateTimeOptions extends Object
    Annotations
    @JSType() @jsenrich()
  5. trait DiffOptions extends Object
    Annotations
    @JSType() @jsenrich()
  6. trait Duration extends Object
    Annotations
    @JSType() @native()
  7. trait DurationInit extends Object
    Annotations
    @JSType() @jsenrich()
  8. trait DurationOptions extends Object
    Annotations
    @JSType() @jsenrich()
  9. trait DurationUnit extends Any
    Annotations
    @JSType() @native()
  10. type DurationUnit2 = |[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|["year", "years"], "quarter"], "quarters"], "month"], "months"], "week"], "weeks"], "day"], "days"], "hour"], "hours"], "minute"], "minutes"], "second"], "seconds"], "millisecond"], "millisecons"]
  11. trait Features extends Object
    Annotations
    @JSType() @native()
  12. trait Indicator extends Any
    Annotations
    @JSType() @native()
  13. trait InfoOptions extends Object
    Annotations
    @JSType()
  14. trait Interval extends Object
    Annotations
    @JSType() @native()
  15. trait IntervalInit extends Object
    Annotations
    @JSType() @jsenrich()
  16. trait IntervalOptions extends Object
    Annotations
    @JSType()
  17. trait LocaleInfo extends Object
    Annotations
    @JSType()
  18. trait SQLOptions extends Object
    Annotations
    @JSType() @jsenrich()
  19. trait Zone extends Object
    Annotations
    @JSType()

Value Members

  1. val dateOrdering: Ordering[DateTime]

    Use this when you need an ordering or set as an implicit so it is automatically picked up.

  2. object ConversionAccuracy
  3. object DateTime extends Object
    Annotations
    @native() @JSImport("luxon", "DateTime")
  4. object Duration extends Object
    Annotations
    @native() @JSImport("luxon", "Duration")
  5. object DurationUnit
  6. object Indicator
  7. object Info extends Object
    Annotations
    @native() @JSImport("luxon", "Info")
  8. object Interval extends Object
    Annotations
    @native() @JSImport("luxon", "Interval")
  9. object Settings extends Object
    Annotations
    @native() @JSImport("luxon", "Settings")

Inherited from AnyRef

Inherited from Any

Ungrouped