public class TimeUtil
extends java.lang.Object
Constructor | Description |
---|---|
TimeUtil() |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
getTimeAsString(int seconds) |
Converts an amount of seconds into a readable string of seconds and minutes.
|