|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jpotpourri.util.Duration
public final class Duration
Method Summary | |
---|---|
java.lang.String |
formatStringShort()
|
int |
getHours()
|
int |
getMinutes()
|
int |
getTotalInMinutes()
|
static Duration |
newByMinHour(int minutes,
int hours)
|
static Duration |
newByTotal(int totalMinutes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getHours()
public int getMinutes()
public int getTotalInMinutes()
public java.lang.String formatStringShort()
public static Duration newByTotal(int totalMinutes)
public static Duration newByMinHour(int minutes, int hours)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |