com.u2d.type.atom
Class TimeInterval
java.lang.Object
com.u2d.type.atom.TimeInterval
public class TimeInterval
- extends java.lang.Object
- Author:
- Eitan Suez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ONEDAY
public static TimeInterval ONEDAY
TimeInterval
public TimeInterval(int field,
long amount)
TimeInterval
public TimeInterval(long milis)
add
public TimeInterval add(int field,
long amount)
add
public TimeInterval add(TimeInterval ti)
field
public int field()
amt
public long amt()
getMilis
public long getMilis()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toHrMinFormat
public java.lang.String toHrMinFormat()