Libraries
»
ceedling
(1.0.1)
»
Index (D)
»
DurationCounts
Class: DurationCounts
Inherits:
Object
Object
DurationCounts
show all
Defined in:
lib/ceedling/constants.rb
Constant Summary
collapse
DAY_MS =
(
24
*
60
*
60
*
1000
)
HOUR_MS =
(
60
*
60
*
1000
)
MINUTE_MS =
(
60
*
1000
)
SECOND_MS =
(
1000
)