Skip to main content
Very Popular
Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.1/hoursToMilliseconds/index.ts";

Examples

// Convert 2 hours to milliseconds: const result = hoursToMilliseconds(2) //=> 7200000

Parameters

hours: number
  • number of hours to be converted

Returns

number

the number of hours converted to milliseconds