|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.util.RelativeDate
public class RelativeDate
Represents a relative date (the time since something happened).
Constructor Summary | |
---|---|
RelativeDate(long time)
Creates a new instance with the specified time. |
Method Summary | |
---|---|
long |
getDays()
|
long |
getHours()
|
long |
getMinutes()
|
long |
getSeconds()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelativeDate(long time)
time
- a number of millisecondsMethod Detail |
---|
public long getDays()
public long getHours()
public long getMinutes()
public long getSeconds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |