Class TimeUtils
java.lang.Object
org.apache.qpid.protonj2.client.util.TimeUtils
Time utils.
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringprintDuration(double uptime) Prints the duration in a human readable format as X days Y hours Z minutes etc.
- 
Method Details- 
printDurationPrints the duration in a human readable format as X days Y hours Z minutes etc.- Parameters:
- uptime- the uptime in millis
- Returns:
- the time used for displaying on screen or in logs
 
 
-