Module Time.Ofday

type t = Core_kernel__.Time_float0.Ofday.t
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_read_t : t Bin_prot.Read.reader
val __bin_read_t__ : ( int -> t ) Bin_prot.Read.reader
val bin_shape_t : Bin_prot.Shape.t
val bin_writer_t : t Bin_prot.Type_class.writer
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_t : t Bin_prot.Type_class.t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val typerep_of_t : t Typerep_lib.Std_internal.Typerep.t
val typename_of_t : t Typerep_lib.Typename.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 = Core_kernel__.Time_float0.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 : sig ... end
val comparator : ( t, comparator_witness ) Core_kernel__Comparator.comparator
module Map : sig ... end
module Set : sig ... end
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val hashable : t Core_kernel__.Hashtbl.Hashable.t
module Table : sig ... end
module Hash_set : sig ... end
module Hash_queue : sig ... end
val pp : Base__.Formatter.t -> 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 quickcheck_generator : t Base_quickcheck.Generator.t
val quickcheck_observer : t Base_quickcheck.Observer.t
val quickcheck_shrinker : t Base_quickcheck.Shrinker.t
val gen_incl : t -> t -> t Base_quickcheck.Generator.t
val gen_uniform_incl : t -> t -> t Base_quickcheck.Generator.t
val of_string : string -> t
val to_string : t -> string
val create : ?hr:Core_kernel__.Import.int -> ?min:Core_kernel__.Import.int -> ?sec:Core_kernel__.Import.int -> ?ms:Core_kernel__.Import.int -> ?us:Core_kernel__.Import.int -> ?ns:Core_kernel__.Import.int -> Core_kernel__.Import.unit -> t
val to_parts : t -> Core_kernel__.Time_float0.Span.Parts.t
val start_of_day : t
val start_of_next_day : t
val approximate_end_of_day : t
val to_span_since_start_of_day : t -> Core_kernel__.Time_float0.Span.t
val of_span_since_start_of_day_exn : Core_kernel__.Time_float0.Span.t -> t
val of_span_since_start_of_day : Core_kernel__.Time_float0.Span.t -> t
val span_since_start_of_day_is_valid : Core_kernel__.Time_float0.Span.t -> Core_kernel__.Import.bool
val of_span_since_start_of_day_unchecked : Core_kernel__.Time_float0.Span.t -> t
val add : t -> Core_kernel__.Time_float0.Span.t -> t Core_kernel__.Import.option
val sub : t -> Core_kernel__.Time_float0.Span.t -> t Core_kernel__.Import.option
val next : t -> t Core_kernel__.Import.option
val prev : t -> t Core_kernel__.Import.option
val diff : t -> t -> Core_kernel__.Time_float0.Span.t
val small_diff : t -> t -> Core_kernel__.Time_float0.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_millisecond_string : t -> Core_kernel__.Import.string
val to_millisec_string : t -> Core_kernel__.Import.string