org.littleshoot.util
Class TimeUtils

java.lang.Object
  extended by org.littleshoot.util.TimeUtils

public class TimeUtils
extends Object

Utility methods for times.


Method Summary
static String secondsToHoursMinutesSeconds(long secs)
          Converts seconds into hours:minutes:seconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.