FunctionshoursToMinutes()On this pagehoursToMinutes() Returns the number of minutes in the specified number of hours. Usage import { hoursToMinutes } from 'easy-dates';hoursToMinutes(hours) Prop types proptyperequireddefaulthoursnumberyesn/a Examples hoursToMinutes(1) // 60 hoursToMinutes(2) // 120