org.oddjob.arooa.utils
Class DurationFormatter
java.lang.Object
org.oddjob.arooa.utils.DurationFormatter
public class DurationFormatter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ONE_SECOND
public static final long ONE_SECOND
- See Also:
- Constant Field Values
ONE_MINUTE
public static final long ONE_MINUTE
- See Also:
- Constant Field Values
ONE_HOUR
public static final long ONE_HOUR
- See Also:
- Constant Field Values
ONE_DAY
public static final long ONE_DAY
- See Also:
- Constant Field Values
DurationFormatter
public DurationFormatter()
parseTime
public long parseTime(String time)
throws ParseException
- Throws:
ParseException