HrToHms
The HrToHms function converts a time value, in decimal hours, to a properly formatted string containing hours, minutes, and seconds.
sHms = HrToHms( nHours )
This function converts a number to a time string. To do the reverse conversion, use HmsToHr.