Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/datetime/constants.ts>HOUR

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
variable HOUR
import { HOUR } from "https://deno.land/std@0.222.1/datetime/constants.ts";

The number of milliseconds in an hour.

Examples

Example 1

import { HOUR } from "https://deno.land/std@0.222.1/datetime/constants.ts";

HOUR; // 3_600_000

type

number