Module TimeUnit

module TimeUnit: sig .. end

type t = 
| Nanoseconds
| Microseconds
| Milliseconds
| Seconds
| Minutes
| Hours
| Days
val convert : t -> t -> int64 -> int64