Module Core__Core_time_float.Ofday

include module type of sig ... end
type t = Time0.Ofday.t
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val bin_read_t : t Bin_prot.Read.reader
val __bin_read_t__ : (Core_kernel__.Import.int ‑> t) Bin_prot.Read.reader
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_writer_t : t Bin_prot.Type_class.writer
val bin_shape_t : Bin_prot.Shape.t
val (>=) : t ‑> t ‑> bool
val (<=) : t ‑> t ‑> bool
val (=) : t ‑> t ‑> bool
val (>) : t ‑> t ‑> bool
val (<) : t ‑> t ‑> bool
val (<>) : t ‑> t ‑> bool
val equal : t ‑> t ‑> bool
val compare : t ‑> t ‑> int
val min : t ‑> t ‑> t
val max : t ‑> t ‑> t
val ascending : t ‑> t ‑> int
val descending : t ‑> t ‑> int
val between : t ‑> low:t ‑> high:t ‑> bool
val clamp_exn : t ‑> min:t ‑> max:t ‑> t
val clamp : t ‑> min:t ‑> max:t ‑> t Base.Or_error.t
type comparator_witness = Time0.Ofday.comparator_witness
val validate_lbound : min:t Base.Maybe_bound.t ‑> t Base.Validate.check
val validate_ubound : max:t Base.Maybe_bound.t ‑> t Base.Validate.check
val validate_bound : min:t Base.Maybe_bound.t ‑> max:t Base.Maybe_bound.t ‑> t Base.Validate.check
module Replace_polymorphic_compare = Time.Ofday.Replace_polymorphic_compare
module Map = Time.Ofday.Map
module Set = Time.Ofday.Set
val validate_positive : t Base.Validate.check
val validate_non_negative : t Base.Validate.check
val validate_negative : t Base.Validate.check
val validate_non_positive : t Base.Validate.check
val is_positive : t ‑> bool
val is_non_negative : t ‑> bool
val is_negative : t ‑> bool
val is_non_positive : t ‑> bool
val sign : t ‑> Base__.Sign0.t
val hash : t ‑> Core_kernel__.Import.int
module Table = Time.Ofday.Table
module Hash_set = Time.Ofday.Hash_set
module Hash_queue = Time.Ofday.Hash_queue
val pp : Caml.Format.formatter ‑> t ‑> unit
val (>=.) : t ‑> t ‑> bool
val (<=.) : t ‑> t ‑> bool
val (=.) : t ‑> t ‑> bool
val (>.) : t ‑> t ‑> bool
val (<.) : t ‑> t ‑> bool
val (<>.) : t ‑> t ‑> bool
val robustly_compare : t ‑> t ‑> int
val of_string : string ‑> t
val to_string : t ‑> string
val to_parts : t ‑> Time0.Span.Parts.t
val start_of_day : t
val to_span_since_start_of_day : t ‑> Time0.Span.t
val of_span_since_start_of_day : Time0.Span.t ‑> t
val diff : t ‑> t ‑> Time0.Span.t
val small_diff : t ‑> t ‑> Time0.Span.t
val to_string_trimmed : t ‑> Core_kernel__.Import.string
val to_sec_string : t ‑> Core_kernel__.Import.string
val of_string_iso8601_extended : ?pos:Core_kernel__.Import.int ‑> ?len:Core_kernel__.Import.int ‑> Core_kernel__.Import.string ‑> t
val to_millisec_string : t ‑> Core_kernel__.Import.string
module Stable = Time.Ofday.Stable
module Zoned : sig ... end
val now : zone:Zone.t ‑> t