com.github.nscala_time.time

RichPeriod

final class RichPeriod extends Super with PimpedType[Period]

Source
RichPeriod.scala
Linear Supertypes
PimpedType[Period], AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichPeriod
  2. PimpedType
  3. AnyVal
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichPeriod(underlying: Period)

Value Members

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

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

    Definition Classes
    Any
  3. def +(period: ReadablePeriod): Period

  4. def -(period: ReadablePeriod): Period

  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def ago: DateTime

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def before(dt: DateTime): DateTime

  9. def days: Int

  10. def from(dt: DateTime): DateTime

  11. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  12. def hours: Int

  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. def later: DateTime

  15. def millis: Int

  16. def minutes: Int

  17. def months: Int

  18. def seconds: Int

  19. def standardDuration: Duration

  20. def toString(): String

    Definition Classes
    Any
  21. val underlying: Period

    Definition Classes
    RichPeriodPimpedType
  22. def weeks: Int

  23. def years: Int

Inherited from PimpedType[Period]

Inherited from AnyVal

Inherited from Any

Ungrouped