location
Class LocationDate
java.lang.Object
|
+--location.LocationDate
- All Implemented Interfaces:
- java.io.Serializable
- public class LocationDate
- extends java.lang.Object
- implements java.io.Serializable
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.
- Version:
- 2.0
- Author:
- Chien-Liang Fok
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LocationDate
public LocationDate(int utc)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
getSeconds
public int getSeconds()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object