org.littleshoot.util
Class TimeUtils
java.lang.Object
org.littleshoot.util.TimeUtils
public class TimeUtils
- extends Object
Utility methods for times.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
secondsToHoursMinutesSeconds
public static String secondsToHoursMinutesSeconds(long secs)
- Converts seconds into hours:minutes:seconds.
- Parameters:
secs - The number of seconds.
- Returns:
- The formatted string.
Copyright © 2011-2013 LittleShoot. All Rights Reserved.