Class/Object

com.zoepepper.facades.jsjoda

Period

Related Docs: object Period | package jsjoda

Permalink

class Period extends Object with TemporalAmount

Annotations
@RawJSType() @native()
Linear Supertypes
TemporalAmount, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Period
  2. TemporalAmount
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Period()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addTo(temporal: Temporal): Temporal

    Permalink
    Definition Classes
    TemporalAmount
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def chronology(): IsoChronology

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def days(): Int

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(unit: TemporalUnit): Double

    Permalink
    Definition Classes
    TemporalAmount
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getUnits(): Array[TemporalUnit]

    Permalink
    Definition Classes
    TemporalAmount
  15. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isNegative(): Boolean

    Permalink
  19. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  20. def isZero(): Boolean

    Permalink
  21. def minus(amountToSubtract: TemporalAmount): Period

    Permalink
  22. def minusDays(daysToSubtract: Double): Period

    Permalink
  23. def minusMonths(monthsToSubtract: Double): Period

    Permalink
  24. def minusYears(yearsToSubtract: Double): Period

    Permalink
  25. def months(): Int

    Permalink
  26. def multipliedBy(scalar: Int): Period

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def negated(): Period

    Permalink
  29. def normalized(): Period

    Permalink
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def plus(amountToAdd: TemporalAmount): Period

    Permalink
  33. def plusDays(daysToAdd: Double): Period

    Permalink
  34. def plusMonths(monthsToAdd: Double): Period

    Permalink
  35. def plusYears(yearsToAdd: Double): Period

    Permalink
  36. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  37. def subtractFrom(temporal: Temporal): Temporal

    Permalink
    Definition Classes
    TemporalAmount
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def toTotalMonths(): Double

    Permalink
  42. def units(): Array[ChronoUnit]

    Permalink
  43. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def withDays(days: Int): Period

    Permalink
  48. def withMonths(months: Int): Period

    Permalink
  49. def withYears(years: Int): Period

    Permalink
  50. def years(): Int

    Permalink

Inherited from TemporalAmount

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped