Module Timestamp.Span

type t = private Base.float
val of_sec : Base.float -> t
val of_min : Base.float -> t
val of_hr : Base.float -> t
val of_day : Base.float -> t
val of_ms : Base.float -> t
val of_us : Base.float -> t
val to_sec : t -> Base.float
val to_min : t -> Base.float
val to_hr : t -> Base.float
val to_day : t -> Base.float
val to_ms : t -> Base.float
val to_us : t -> Base.float
val to_string : t -> Base.string
val zero : t
val (+) : t -> t -> t
val (-) : t -> t -> t
val (*) : t -> Base.float -> t
val (/) : t -> Base.float -> t
val compare : t -> t -> Base.int