final
class
DurationBuilder extends Super
Instance Constructors
-
new
DurationBuilder(underlying: Period)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(amount: ReadableDuration): Duration
-
def
+(amount: Long): Duration
-
def
+(period: ReadablePeriod): Period
-
-
def
-(amount: ReadableDuration): Duration
-
def
-(amount: Long): Duration
-
def
-(period: ReadablePeriod): Period
-
-
final
def
==(arg0: Any): Boolean
-
def
ago: DateTime
-
final
def
asInstanceOf[T0]: T0
-
def
before(dt: DateTime): DateTime
-
def
from(dt: DateTime): DateTime
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
later: DateTime
-
def
millis: Long
-
def
seconds: Long
-
def
standardDuration: Duration
-
def
toDuration: Duration
-
def
toPeriod: Period
-
def
toString(): String
-
val
underlying: Period
Inherited from AnyVal
Inherited from NotNull
Inherited from Any