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

x/complaindate/mod.ts>PlainTimeFactory

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

Describes a factory function that creates plain-time objects.

Call Signatures

(x: { hour?: number | string; minute?: number | string; second?: number | string; millisecond?: number | string; }): T