|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.spy.util.TimeSpan
Creates a representable timespan.
| Constructor Summary | |
TimeSpan(Date from,
Date to)
Get an instance of TimeSpan representing the span between the given from and to dates. |
|
| Method Summary | |
static void |
main(String[] args)
Testing and what not. |
String |
toString()
Print out the timespan. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TimeSpan(Date from,
Date to)
| Method Detail |
public String toString()
public static void main(String[] args)
throws Exception
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||