- Decimal hours
- Hours written as a single number with a fractional part, where the fraction is the minutes divided by 60. 7 hours 45 minutes is 7.75 decimal hours. This is the format payroll and invoicing systems expect, because it can be multiplied by an hourly rate.
- Clock time or HH:MM
- A duration written as hours and minutes separated by a colon, where the minutes run from 00 to 59. It cannot be multiplied directly by money, which is why the conversion on this page exists.
- Minutes part
- The portion of a clock reading after the colon. In 7:47 the minutes part is 47. Divide it by 60 to get the decimal fraction, in this case 0.783.
- Sexagesimal
- A base-60 counting system inherited from Babylonian astronomy, in which each column rolls over at 60 rather than 10. It is why an hour has 60 minutes, and why 60 divides so conveniently by 2, 3, 4, 5, 6, 10, 12, 15, 20 and 30.
- Tenth of an hour
- A six-minute unit, written 0.1. Ten of them make an hour. Law firms, accountants and many agencies record and bill time exclusively in these units.
- Quarter hour
- A fifteen-minute unit, written 0.25. The standard rounding increment for hourly payroll in North America, giving the four values 0.25, 0.50, 0.75 and 1.00.
- Seven-minute rule
- The convention that follows from rounding to the nearest quarter hour: 1 to 7 minutes past a quarter mark rounds back, and 8 to 14 minutes rounds forward. It only stays fair if it is applied in both directions.
- Neutral rounding
- A rounding policy that gains and loses roughly equally over time, rather than systematically favouring one party. Under the United States Fair Labor Standards Act, rounding of clock punches is permitted only where it is neutral in this sense.
- Precision drift
- The cumulative error from rounding every intermediate value instead of only the final one. Five entries of 7.33 instead of 7.333 lose one minute across a week; a hundred entries of 0.33 instead of 0.333 lose twenty minutes.
- Serial time value
- The number a spreadsheet actually stores for a time: the fraction of a day that has passed. 7:45 is stored as 0.322917, which is why multiplying by 24 produces decimal hours.
- Elapsed format [h]:mm
- A spreadsheet number format whose square brackets stop the hours wrapping at 24, so a weekly total displays as 40:00 rather than 16:00. Always use it for totals.
- Total minutes
- A duration expressed as a single integer count of minutes, such as 465 for 7:45. It is the safest intermediate form for adding a list of times, because integers cannot drift.