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

x/complaindate/constants.ts>Quarter

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

Quarter of year (1-4)

type

{ Q1: 1; Q2: 2; Q3: 3; Q4: 4; }