🏠FunctionshoursToMilliseconds()On this pagehoursToMilliseconds()Returns the number of milliseconds in the specified number of hours.Usageimport { hoursToMilliseconds } from 'easy-dates';hoursToMilliseconds(hours)CopyProp typesproptyperequireddefaulthoursnumberyesn/aExampleshoursToMilliseconds(1) // 3600000CopyhoursToMilliseconds(2) // 7200000Copy