Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Duration
module type S = sig ... end
include S
val zero : t
val zero_human : human_readable
val is_negative : t -> bool
val is_positive : t -> bool
val is_instantenous : t -> bool
val make :
?forward:bool ->
?ms:int ->
?s:int ->
?m:int ->
?h:int ->
?day:int ->
?week:int ->
?month:int ->
?year:int ->
unit ->
t
module From : sig ... end
module To : sig ... end