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