groovy.time
Class TimeDatumDependentDuration
java.lang.Object
groovy.time.BaseDuration
groovy.time.DatumDependentDuration
groovy.time.TimeDatumDependentDuration
public class TimeDatumDependentDuration
- extends DatumDependentDuration
- Author:
- John Wilson [email protected]
TimeDatumDuration represents a time perid which results from an
arithmetic operation between a TimeDuration object and a DatumDuration object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeDatumDependentDuration
public TimeDatumDependentDuration(int years,
int months,
int days,
int hours,
int minutes,
int seconds,
int millis)
plus
public DatumDependentDuration plus(Duration rhs)
- Overrides:
plus
in class DatumDependentDuration
plus
public DatumDependentDuration plus(DatumDependentDuration rhs)
- Overrides:
plus
in class DatumDependentDuration
minus
public DatumDependentDuration minus(Duration rhs)
- Overrides:
minus
in class DatumDependentDuration
minus
public DatumDependentDuration minus(DatumDependentDuration rhs)
- Overrides:
minus
in class DatumDependentDuration
getFrom
public BaseDuration.From getFrom()
- Overrides:
getFrom
in class DatumDependentDuration