🏠FunctionshoursToMinutes()On this pagehoursToMinutes()Returns the number of minutes in the specified number of hours.Usageimport { hoursToMinutes } from 'easy-dates';hoursToMinutes(hours)CopyProp typesproptyperequireddefaulthoursnumberyesn/aExampleshoursToMinutes(1) // 60CopyhoursToMinutes(2) // 120Copy