Class TimeUtils

java.lang.Object
is.galia.util.TimeUtils

public final class TimeUtils extends Object
  • Method Details

    • millisecondsToHumanTime

      public static String millisecondsToHumanTime(long msec)
    • toHMS

      public static String toHMS(int seconds)
      Parameters:
      seconds - Number of seconds.
      Returns:
      String in hh:mm:ss format.
      Throws:
      IllegalArgumentException - if the argument is negative.