trait Interval extends Object

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Interval
  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. def abutsEnd(that: Interval): Boolean
  5. def abutsStart(that: Interval): Boolean
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def contains(dt: DateTime): Boolean
  9. def count(unit: DurationUnit): Int
  10. def difference(intervals: Interval*): Array[Interval]
  11. def divideEqually(nparts: Int): Array[Interval]
  12. val end: DateTime
  13. def engulfs(other: Interval): Boolean
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(that: Interval): Boolean
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  19. def hasSame(unit: DurationUnit): Boolean
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def intersection(that: Interval): Interval
  22. val invalidExplanation: |[String, Null]
  23. val invalidReason: |[String, Null]
  24. def isAfter(dt: DateTime): Boolean
  25. def isBefore(dt: DateTime): Boolean
  26. def isEmpyt(): Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. val isValid: Boolean
  30. def length(unit: UndefOr[DurationUnit] = js.undefined): Double
  31. def lengthOf(part: String): Int
    Annotations
    @JSName("length")
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def overlaps(other: Interval): Boolean
  36. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  37. def set(values: IntervalInit): Boolean
  38. def splitAt(dts: Array[DateTime]*): Array[Interval]
  39. def splitBy(duration: |[|[Duration, DurationInit], Int]): Array[Interval]
  40. val start: DateTime
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toDuration(unit: |[DurationUnit, Array[DurationUnit]], options: UndefOr[IntervalOptions] = js.undefined): Duration
  43. def toFormat(dateFromat: String, options: UndefOr[IntervalOptions] = js.undefined): String
  44. def toISO(options: UndefOr[IntervalOptions] = js.undefined): String
  45. def toISODate(): String
  46. def toISOTime(): String
  47. def toLocaleString(): String
    Definition Classes
    Object
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def union(other: Interval): Interval
  50. def valueOf(): Any
    Definition Classes
    Object
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. 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