Skip to main content

Enumeration: Time

@sapphire/timestamp.Time

Enumeration Members

Day

Day = 86400000

Defined in

lib/constants.ts:8


Hour

Hour = 3600000

Defined in

lib/constants.ts:7


Microsecond

Microsecond = 0.001

Defined in

lib/constants.ts:3


Millisecond

Millisecond = 1

Defined in

lib/constants.ts:4


Minute

Minute = 60000

Defined in

lib/constants.ts:6


Month

Month = 2628000000

Defined in

lib/constants.ts:10


Nanosecond

Nanosecond = 0.000001

Defined in

lib/constants.ts:2


Second

Second = 1000

Defined in

lib/constants.ts:5


Week

Week = 604800000

Defined in

lib/constants.ts:9


Year

Year = 31536000000

Defined in

lib/constants.ts:11