Type Params | Return Type | Name and description |
---|---|---|
|
static java.lang.String |
formatTime(long start, long end) |
|
static java.lang.String |
formatTime(long seconds) |
|
static java.lang.String |
formatTimeDuration(long start, long end) Formats a time duration given by the start and end instants in milliseconds. |
|
static java.lang.String |
formatTimeDurationMillis(long start, long end) |
|
static long |
getCurrentTimeInSeconds() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Formats a time duration given by the start and end instants in milliseconds.