Module Values.WaypointOptimizationAccessHoursEntrySource

Hours of entry.

Sourcetype nonrec t = {
  1. dayOfWeek : DayOfWeek.t;
    (*

    Day of the week.

    *)
  2. timeOfDay : TimeOfDay.t;
    (*

    Time of the day.

    *)
}
Sourceval context_ : string
Sourceval make : dayOfWeek:DayOfWeek.t -> timeOfDay:TimeOfDay.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of TimeOfDay.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