Module ODurationSource
Duration
Sourcetype human_readable = {forward : bool;ms : int;s : int;m : int;h : int;day : int;month : int;year : int;
} include S
Sourceval is_instantenous : t -> bool Sourceval make :
?forward:bool ->
?ms:int ->
?s:int ->
?m:int ->
?h:int ->
?day:int ->
?week:int ->
?month:int ->
?year:int ->
unit ->
t