- Minute
- A unit of time equal to 60 seconds. There are 60 minutes in an hour, 1,440 in a day and 10,080 in a week. Because it is an integer count, storing durations in minutes avoids all rounding error.
- Hour
- A unit of time equal to 60 minutes or 3,600 seconds. Twenty four hours make a day. The hour is the base unit for pay rates, billing and most scheduling.
- Decimal hours
- Hours written as a single number with a fractional part, where the fraction is the minutes divided by 60. 90 minutes is 1.5 decimal hours. This is the format payroll, invoicing and spreadsheets require.
- HH:MM
- Hours and minutes separated by a colon, where the part after the colon runs from 00 to 59. As a duration, 2:10 means two hours and ten minutes. The same notation is used for clock times, which is a frequent source of confusion.
- Remainder
- What is left over after taking out as many whole hours as possible. 130 minutes contains 2 whole hours, leaving a remainder of 10 minutes, which becomes the part after the colon.
- Quotient
- The whole number of times 60 goes into the minute count. For 487 minutes the quotient is 8, so the reading starts with 8 hours.
- Sexagesimal
- A base-60 counting system inherited from Babylonian astronomy, in which each column rolls over at 60 rather than 10. It is the reason minutes and seconds behave as they do, and the reason a circle has 360 degrees.
- Recurring decimal
- A decimal whose digits repeat forever, such as the 0.16666 recurring produced by 10 minutes divided by 60. Any minute count that is not a multiple of 3 produces one.
- Terminating decimal
- A decimal that ends after a finite number of digits. A minute count converts to a terminating decimal exactly when it is a multiple of 3, because 60 carries a factor of 3 that 100 does not.
- Duration
- The length of a span of time, independent of when it happens. A duration can exceed 24 hours, which is why 36:00 is valid as a duration but never as a clock reading.
- Quarter hour
- Fifteen minutes, or 0.25 decimal hours. The most common rounding increment in payroll, because the four quarter marks are the only points where minutes and decimals both stay tidy.
- Tenth of an hour
- Six minutes, or 0.1 decimal hours. The standard billing increment in legal and agency work, chosen because it divides an hour into ten equal decimal steps.