-
public final class TemporalAmountExtensions
-
-
Method Summary
Modifier and Type Method Description final static Durationtimes(Duration $self, Long n)final static Periodtimes(Period $self, Integer n)final static Durationdiv(Duration $self, Long n)final static DurationunaryPlus(Duration $self)final static PeriodunaryPlus(Period $self)final static DurationunaryMinus(Duration $self)final static PeriodunaryMinus(Period $self)final static Longcomponent1(Duration $self)final static Integercomponent1(Period $self)final static Integercomponent2(Duration $self)final static Integercomponent2(Period $self)final static Integercomponent3(Period $self)-
-
Method Detail
-
unaryMinus
final static Duration unaryMinus(Duration $self)
-
unaryMinus
final static Period unaryMinus(Period $self)
-
component1
final static Long component1(Duration $self)
-
component1
final static Integer component1(Period $self)
-
component2
final static Integer component2(Duration $self)
-
component2
final static Integer component2(Period $self)
-
component3
final static Integer component3(Period $self)
-
-
-
-