package odate

  1. Overview
  2. Docs
Date & Duration Library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.6.tar.gz
sha256=32e56ede263b4c1334e98a8cdb73f4404eadc6a5bfa99fb8de5bc40703daa49d
sha512=cdf80665fdac1cf5d3aa2a15c3887f6f5c2a9e7257c42d08c1dc2f376ae78559ee9d32f555a78b397744e99f3500ebd01a4465ef01b41520fb1fa7bd942aa36b

doc/odate/Duration_private/index.html

Module Duration_privateSource

Sourcemodule P = Stdlib
Sourcemodule O : sig ... end
Sourceval ms_in_ms : O.t
Sourceval ms_in_s : O.t
Sourceval s_in_s : O.t
Sourceval s_in_min : O.t
Sourceval ms_in_min : O.t
Sourceval min_in_hour : O.t
Sourceval ms_in_hour : O.t
Sourceval hour_in_day : O.t
Sourceval ms_in_day : O.t
Sourceval day_in_week : O.t
Sourceval ms_in_week : O.t
Sourceval day_in_year : O.t
Sourceval month_in_year : O.t
Sourceval day_in_month : O.t
Sourceval ms_in_month : O.t
Sourceval ms_in_year : O.t
Sourceval fact_of_directive : char -> O.t
Sourceval apply_directive : char -> O.t -> O.t * O.t
Sourceval static_printer : string -> O.t -> O.t -> string
Sourceval empty_printer : O.t -> O.t -> string
Sourceval show_value : int -> O.t -> O.t -> string
Sourceval check_condition : [< `EQ | `GT | `LT | `NEQ ] -> int -> (O.t -> O.t -> string) -> (O.t -> O.t -> string) option -> O.t -> O.t -> string
Sourceval check_condition_simple : [< `EQ of int | `GT | `LT ] -> (O.t -> O.t -> string) -> O.t -> O.t -> string
Sourceval directive_block : char -> (O.t -> O.t -> 'a) -> O.t -> 'b -> 'a