Module Values_0.HoursOfOperationTimeSliceSource

The start time or end time for an hours of operation.

Sourcetype nonrec t = {
  1. hours : Hours24Format.t;
    (*

    The hours.

    *)
  2. minutes : MinutesLimit60.t;
    (*

    The minutes.

    *)
}
Sourceval context_ : string
Sourceval make : hours:Hours24Format.t -> minutes:MinutesLimit60.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Hours24Format.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t