Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

DateRange

DateRange: number[]

Dates are stored as numbers in milliseconds since Jan 1, 1970 00:00:00.000

PossibleConstructors

PossibleConstructors: Date | string | number

Normalizing Date creation by allowing Date to be returned if passed.

Variables

Const DAY

DAY: number = ...

HOUR * 24

Const DAY_NAMES

DAY_NAMES: string[] = ...

List of abbreviations for the names of days

Const HOUR

HOUR: number = ...

MINUTE * 60

Const MILLISECOND

MILLISECOND: 1 = 1

Accuracy identity

Const MINUTE

MINUTE: number = ...

SECOND * 60

Const MONTH_NAMES

MONTH_NAMES: string[] = ...

List of abbreviations for the names of months

Const SECOND

SECOND: number = ...

MILLISECOND * 1000

Legend

  • Variable
  • Function
  • Type alias
  • Enumeration
  • Interface

Generated using TypeDoc