package odate

  1. Overview
  2. Docs

Module type ODuration.SSource

Sourcetype t
Sourceval zero : t
Sourceval zero_human : human_readable
Sourceval (+) : t -> t -> t
Sourceval (-) : t -> t -> t
Sourceval max : t -> t -> t
Sourceval min : t -> t -> t
Sourceval is_negative : t -> bool
Sourceval is_positive : t -> bool
Sourceval is_instantenous : t -> bool
Sourceval abs : t -> t
Sourceval make : ?forward:bool -> ?ms:int -> ?s:int -> ?m:int -> ?h:int -> ?day:int -> ?week:int -> ?month:int -> ?year:int -> unit -> t
Sourcemodule From : sig ... end
Sourcemodule To : sig ... end
OCaml

Innovation. Community. Security.