final class RichPeriod extends AnyVal 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
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RichPeriod(underlying: Period)

Value Members

  1. def *(scalar: Int): Period
  2. def +(period: ReadablePeriod): Period
  3. def -(period: ReadablePeriod): Period
  4. def ago(): DateTime
  5. def before(dt: DateTime): DateTime
  6. def days: Int
  7. def from(dt: DateTime): DateTime
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. def hours: Int
  10. def later(): DateTime
  11. def millis: Int
  12. def minutes: Int
  13. def months: Int
  14. def seconds: Int
  15. def standardDuration: Duration
  16. def unary_-: Period
  17. val underlying: Period
    Definition Classes
    RichPeriodPimpedType
  18. def weeks: Int
  19. def years: Int