All date math calculates as days or decimals of days. Your stop-start will result in the number of days difference, but formats that result as a duration. If you want that as hours, multiply by 24. Then round that result to break it out of the duration format. So to modify the formula I gave you…
Round(d*24,1)
Don’t try to pick out parts of the duration because it’s not actually a time.