package calendar

  1. Overview
  2. Docs

Second implementation

  • since 2.0
type t = second

Type of seconds.

val from_int : int -> t

Convert an integer to an equivalent number of seconds.

val from_float : float -> t

Convert a float to an equivalent number of seconds.

val to_int : t -> int

Inverse of from_int.

val to_float : t -> float

Inverse of from_float.