|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.lyrisoft.chat.server.remote.Formatter
| Field Summary | |
static int |
MILLIS_IN_DAY
|
static int |
MILLIS_IN_HOUR
|
static int |
MILLIS_IN_MINUTE
|
static int |
MILLIS_IN_SECOND
|
| Constructor Summary | |
Formatter()
|
|
| Method Summary | |
static java.lang.String |
millisToString(long millis)
Convert milliseconds to a human-readable string that contains days, hours, minutes, seconds, millis. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int MILLIS_IN_SECOND
public static final int MILLIS_IN_MINUTE
public static final int MILLIS_IN_HOUR
public static final int MILLIS_IN_DAY
| Constructor Detail |
public Formatter()
| Method Detail |
public static java.lang.String millisToString(long millis)
millis - a length of time in milliseconds
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||