groovy.time
[Java] Class TimeDatumDependentDuration
java.lang.Object
groovy.time.BaseDuration
groovy.time.DatumDependentDuration
groovy.time.TimeDatumDependentDuration
public class TimeDatumDependentDuration
extends DatumDependentDuration
TimeDatumDuration represents a time period which results from an
arithmetic operation between a TimeDuration object and a DatumDuration object
- Authors:
- John Wilson tug@wilson.co.uk
Methods inherited from class DatumDependentDuration
|
getAgo, getFrom, getMonths, getYears, minus, minus, plus, plus, plus, plus, toMilliseconds |
Methods inherited from class BaseDuration
|
compareTo, getAgo, getDays, getFrom, getHours, getMillis, getMinutes, getMonths, getSeconds, getYears, plus, toMilliseconds, toString |
Methods inherited from class java.lang.Object
|
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
TimeDatumDependentDuration
public TimeDatumDependentDuration(int years, int months, int days, int hours, int minutes, int seconds, int millis)
-
getFrom
public From getFrom()
-
minus
public DatumDependentDuration minus(Duration rhs)
-
minus
public DatumDependentDuration minus(DatumDependentDuration rhs)
-
plus
public DatumDependentDuration plus(Duration rhs)
-
plus
public DatumDependentDuration plus(DatumDependentDuration rhs)
-
Groovy Documentation