trait Interval extends Object
- Annotations
- @JSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Interval
- 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
- def abutsEnd(that: Interval): Boolean
- def abutsStart(that: Interval): Boolean
- 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()
- def contains(dt: DateTime): Boolean
- def count(unit: DurationUnit): Int
- def difference(intervals: Interval*): Array[Interval]
- def divideEqually(nparts: Int): Array[Interval]
- val end: DateTime
- def engulfs(other: Interval): Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Interval): Boolean
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hasSame(unit: DurationUnit): Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def intersection(that: Interval): Interval
- val invalidExplanation: |[String, Null]
- val invalidReason: |[String, Null]
- def isAfter(dt: DateTime): Boolean
- def isBefore(dt: DateTime): Boolean
- def isEmpyt(): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val isValid: Boolean
- def length(unit: UndefOr[DurationUnit] = js.undefined): Double
- def lengthOf(part: String): Int
- Annotations
- @JSName("length")
- 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 overlaps(other: Interval): Boolean
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def set(values: IntervalInit): Boolean
- def splitAt(dts: Array[DateTime]*): Array[Interval]
- def splitBy(duration: |[|[Duration, DurationInit], Int]): Array[Interval]
- val start: DateTime
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toDuration(unit: |[DurationUnit, Array[DurationUnit]], options: UndefOr[IntervalOptions] = js.undefined): Duration
- def toFormat(dateFromat: String, options: UndefOr[IntervalOptions] = js.undefined): String
- def toISO(options: UndefOr[IntervalOptions] = js.undefined): String
- def toISODate(): String
- def toISOTime(): String
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- def union(other: Interval): Interval
- 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])