package apero-time

  1. Overview
  2. Docs
OCaml Time Stamping Library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.4.7.tar.gz
sha256=8a3d441b43fe3cac23026cd83dea448ed7565ed8fc7e1d7cd7369e4967164e98
sha512=6232e9b96a3b8de8ccdf9881c6c07b11b0cf521cf8f42df2e582a7b020e2c209dfb73741d1e8c339c0d907c2f8a27b0f8f48d86177483239865dfb459b8ead01

doc/apero-time/Apero_time/module-type-Time/index.html

Module type Apero_time.Time

include Apero.Ordered.S
type t
include Ordered.Comparable with type t := t
val compare : t -> t -> int
val equal : t -> t -> bool
module Infix : sig ... end
val after : t -> t -> bool
val before : t -> t -> bool
val to_string : t -> string
val of_string : string -> t option
val to_rfc3339 : t -> string
val to_seconds : t -> float
val encode : t -> Abuf.t -> unit
val decode : Abuf.t -> t
val pp : Format.formatter -> t -> unit