Class LogTime

java.lang.Object
  |
  +--LogTime

public class LogTime
extends java.lang.Object


Method Summary
 boolean after(LogTime other)
           
 boolean equals(LogTime other)
           
 LogTime minus(int secs)
           
 int minus(LogTime other)
           
 java.lang.String monthAndDay()
           
 LogTime plus(int secs)
           
 java.lang.String timeOfDay()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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)