ParseHours
The ParseHours function splits a decimal number of hours into its components of hours, minutes, and seconds. To split a time string in HMS form, use ParseHms
nHour, nMin, nSec = ParseHours( nHours )
If the decimal number of hours is negative, then the Hour component is returned as negative.