Module Core__Core_time_ns.Ofday

See Time.Ofday.

include module type of sig ... end
type t = Core_kernel__Time_ns.Ofday.t
type underlying = Core_kernel.Int63.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_ns.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
val comparator : (tcomparator_witness) Core_kernel.Comparator.comparator
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
val hashable : t Core_kernel.Hashtbl.Hashable.t
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_ns.Span.Parts.t
val start_of_day : t
val start_of_next_day : t
val to_span_since_start_of_day : t -> Core_kernel__Time_ns.Span.t
val of_span_since_start_of_day_exn : Core_kernel__Time_ns.Span.t -> t
val of_span_since_start_of_day : Core_kernel__Time_ns.Span.t -> t
val span_since_start_of_day_is_valid : Core_kernel__Time_ns.Span.t -> Core_kernel__.Import.bool
val of_span_since_start_of_day_unchecked : Core_kernel__Time_ns.Span.t -> t
val add : t -> Core_kernel__Time_ns.Span.t -> t Core_kernel__.Import.option
val sub : t -> Core_kernel__Time_ns.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_ns.Span.t
val small_diff : t -> t -> Core_kernel__Time_ns.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
val approximate_end_of_day : t
val add_exn : t -> Core_kernel__Time_ns.Span.t -> t
val sub_exn : t -> Core_kernel__Time_ns.Span.t -> t
val arg_type : t Core_kernel.Command.Arg_type.t
val now : zone:Core__.Import_time.Time.Zone.t -> t
val to_ofday : t -> Core__.Import_time.Time.Ofday.t
val of_ofday : Core__.Import_time.Time.Ofday.t -> t
val to_ofday_float_round_nearest : t -> Core__.Import_time.Time.Ofday.t
val to_ofday_float_round_nearest_microsecond : t -> Core__.Import_time.Time.Ofday.t
val of_ofday_float_round_nearest : Core__.Import_time.Time.Ofday.t -> t
val of_ofday_float_round_nearest_microsecond : Core__.Import_time.Time.Ofday.t -> t
module Zoned : sig ... end
module Option : sig ... end