|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlocation.LocationDate
This class encapsulates the time of the day in seconds. Note: if it is used to calculate the change in the time, then it will be completely wrong when the day changes.
Field Summary | |
(package private) int |
numSeconds
|
Constructor Summary | |
LocationDate(int utc)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
getSeconds()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
int numSeconds
Constructor Detail |
public LocationDate(int utc)
Method Detail |
public boolean equals(java.lang.Object o)
public int getSeconds()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |