ParseDms HmsToHr

HrToHms


The HrToHms function converts a time value, in decimal hours, to a properly formatted string containing hours, minutes, and seconds.

Syntax

sHms = HrToHms( nHours )

Remarks

This function converts a number to a time string. To do the reverse conversion, use HmsToHr.

Related Topics

HmsToHr