Skip to main content

Enumeration: TimeUnit

Defined in: types/time.ts:4

The time units.

Enumeration Members

Day

Day: 86400000

Defined in: types/time.ts:24

The day unit.


Hour

Hour: 3600000

Defined in: types/time.ts:20

The hour unit.


Millisecond

Millisecond: 1

Defined in: types/time.ts:8

The millisecond unit.


Minute

Minute: 60000

Defined in: types/time.ts:16

The minute unit.


Second

Second: 1000

Defined in: types/time.ts:12

The second unit.


Week

Week: 604800000

Defined in: types/time.ts:28

The week unit.


Year

Year: 31557600000

Defined in: types/time.ts:32

The year unit. (365 days and 6 hours)