Class LogTime
java.lang.Object
|
+--LogTime
- public class LogTime
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
timeOfDay
public java.lang.String timeOfDay()
monthAndDay
public java.lang.String monthAndDay()
after
public boolean after(LogTime other)
equals
public boolean equals(LogTime other)
minus
public int minus(LogTime other)
plus
public LogTime plus(int secs)
minus
public LogTime minus(int secs)