Class TimeUtils
java.lang.Object
is.galia.util.TimeUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
millisecondsToHumanTime
(long msec) static String
toHMS
(int seconds)
-
Method Details
-
millisecondsToHumanTime
-
toHMS
- Parameters:
seconds
- Number of seconds.- Returns:
- String in
hh:mm:ss
format. - Throws:
IllegalArgumentException
- if the argument is negative.
-