|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.time.BaseDuration
public abstract class BaseDuration extends Object
Base class for date and time durations.
Nested Class Summary | |
---|---|
static class |
BaseDuration.From
|
Field Summary | |
---|---|
protected int |
days
|
protected int |
hours
|
protected int |
millis
|
protected int |
minutes
|
protected int |
months
|
protected int |
seconds
|
protected int |
years
|
Constructor Summary | |
protected BaseDuration(int years, int months, int days, int hours, int minutes, int seconds, int millis)
|
|
protected BaseDuration(int days, int hours, int minutes, int seconds, int millis)
|
Method Summary | |
---|---|
int
|
compareTo(BaseDuration otherDuration)
|
Date
|
getAgo()
|
int
|
getDays()
|
BaseDuration.From
|
getFrom()
|
int
|
getHours()
|
int
|
getMillis()
|
int
|
getMinutes()
|
int
|
getMonths()
|
int
|
getSeconds()
|
int
|
getYears()
|
Date
|
plus(Date date)
|
long
|
toMilliseconds()
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected final int days
protected final int hours
protected final int millis
protected final int minutes
protected final int months
protected final int seconds
protected final int years
Constructor Detail |
---|
protected BaseDuration(int years, int months, int days, int hours, int minutes, int seconds, int millis)
protected BaseDuration(int days, int hours, int minutes, int seconds, int millis)
Method Detail |
---|
public int compareTo(BaseDuration otherDuration)
public Date getAgo()
public int getDays()
public BaseDuration.From getFrom()
public int getHours()
public int getMillis()
public int getMinutes()
public int getMonths()
public int getSeconds()
public int getYears()
public Date plus(Date date)
public long toMilliseconds()
public String toString()
Copyright © 2003-2013 The Codehaus. All rights reserved.