t

luxon

DurationInit

trait DurationInit extends Object

Annotations
@JSType() @jsenrich()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DurationInit
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val conversionAccuracy: UndefOr[String]
    Annotations
    @JSOptional()
  2. val days: UndefOr[Int]
    Annotations
    @JSOptional()
  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. val hours: UndefOr[Int]
    Annotations
    @JSOptional()
  5. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  6. val locale: UndefOr[String]
    Annotations
    @JSOptional()
  7. val milliseconds: UndefOr[Int]
    Annotations
    @JSOptional()
  8. val minutes: UndefOr[Int]
    Annotations
    @JSOptional()
  9. val months: UndefOr[Int]
    Annotations
    @JSOptional()
  10. val numberingSystem: UndefOr[String]
    Annotations
    @JSOptional()
  11. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  12. val quarters: UndefOr[Int]
    Annotations
    @JSOptional()
  13. val seconds: UndefOr[Int]
    Annotations
    @JSOptional()
  14. def toLocaleString(): String
    Definition Classes
    Object
  15. def valueOf(): Any
    Definition Classes
    Object
  16. val weeks: UndefOr[Int]
    Annotations
    @JSOptional()
  17. val years: UndefOr[Int]
    Annotations
    @JSOptional()