S.Durationtype t = Mtime.Span.tThe type of time durations. This module is just a convenience wrapper around Mtime.Span.
val zero : tval nanosecond : tval microsecond : tval millisecond : tval second : tval minute : tval hour : tval day : tval of_ns : float -> tval of_us : float -> tval of_ms : float -> tval of_sec : float -> tval of_min : float -> tval of_hour : float -> tval of_day : float -> tval of_int_ms : int -> tval of_int_sec : int -> tval of_int_min : int -> tval of_int_hour : int -> tval of_int64_ms : int64 -> tval of_int64_sec : int64 -> tmodule Of_int : sig ... end