Time units, as found in Java: http://download.oracle.com/javase/6/docs/api/java/util/concurrent/TimeUnit.html
- Source:
Example
const timeUnit = require('measured-core').unit setTimeout(() => {}, 5 * timeUnit.MINUTES)
Members
-
<static> DAYS :number
-
days in milliseconds
Type:
- number
- Source:
-
<static> HOURS :number
-
hours in milliseconds
Type:
- number
- Source:
-
<static> MICROSECONDS :number
-
microseconds in milliseconds
Type:
- number
- Source:
-
<static> MILLISECONDS :number
-
milliseconds in milliseconds
Type:
- number
- Source:
-
<static> MINUTES :number
-
minutes in milliseconds
Type:
- number
- Source:
-
<static> NANOSECONDS :number
-
nanoseconds in milliseconds
Type:
- number
- Source:
-
<static> SECONDS :number
-
seconds in milliseconds
Type:
- number
- Source: