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

Examples

// Convert 2 hours to seconds: const result = hoursToSeconds(2) //=> 7200

Parameters

hours: number
  • number of hours to be converted

Returns

number

the number of hours converted in seconds