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 )
nHours is a decimal hour value (e.g., 5.25016667).
nHour, nMin, nSec are the components of the HMS string (e.g., 5, 15, and 36).
If the decimal number of hours is negative, then the Hour component is returned as negative.
HrToHms, HmsToHr, ParseHms, FormatHmsStr
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.