|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgroovy.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
| Modifier and Type | Class and Description |
|---|
| Nested classes/interfaces inherited from class groovy.time.BaseDuration |
|---|
BaseDuration.From |
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class groovy.time.BaseDuration |
|---|
days, hours, millis, minutes, months, seconds, years |
| Constructor and Description |
|---|
TimeDatumDependentDuration(int years,
int months,
int days,
int hours,
int minutes,
int seconds,
int millis)
|
| Modifier and Type | Method and Description |
|---|---|
BaseDuration.From |
getFrom()
|
DatumDependentDuration |
minus(DatumDependentDuration rhs)
|
DatumDependentDuration |
minus(Duration rhs)
|
DatumDependentDuration |
plus(DatumDependentDuration rhs)
|
DatumDependentDuration |
plus(Duration rhs)
|
| Methods inherited from class groovy.time.DatumDependentDuration |
|---|
getAgo, getMonths, getYears, plus, plus, toMilliseconds |
| Methods inherited from class groovy.time.BaseDuration |
|---|
getDays, getHours, getMillis, getMinutes, getSeconds, plus, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimeDatumDependentDuration(int years,
int months,
int days,
int hours,
int minutes,
int seconds,
int millis)
| Method Detail |
|---|
public DatumDependentDuration plus(Duration rhs)
plus in class DatumDependentDurationpublic DatumDependentDuration plus(DatumDependentDuration rhs)
plus in class DatumDependentDurationpublic DatumDependentDuration minus(Duration rhs)
minus in class DatumDependentDurationpublic DatumDependentDuration minus(DatumDependentDuration rhs)
minus in class DatumDependentDurationpublic BaseDuration.From getFrom()
getFrom in class DatumDependentDuration
|
Copyright © 2003-2010 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||