Package jadex.commons
Class TimeFormat
- java.lang.Object
-
- jadex.commons.TimeFormat
-
public class TimeFormat extends java.lang.Object
Class for formatting time durations.
-
-
Constructor Summary
Constructors Constructor Description TimeFormat()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
format(long millis)
Format the time.
-