Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/complaindate/support/tallyMilliseconds.ts>tallyMilliseconds

JavaScript date-time utilities that keeps timezones on the surface
Go to Latest
function tallyMilliseconds
import { tallyMilliseconds } from "https://deno.land/x/complaindate@v0.7.2/support/tallyMilliseconds.ts";

Convert a time object to a total number of milliseconds.

Parameters

unnamed 0: { hour?: number | string; minute?: number | string; second?: number | string; millisecond?: number | string; }

Returns

number