Values_0.HoursOfOperationConfigSourceContains information about the hours of operation.
type nonrec t = {day : HoursOfOperationDays.t;The day that the hours of operation applies to.
*)startTime : HoursOfOperationTimeSlice.t;The start time that your contact center opens.
*)endTime : HoursOfOperationTimeSlice.t;The end time that your contact center closes.
*)}val make :
day:HoursOfOperationDays.t ->
startTime:HoursOfOperationTimeSlice.t ->
endTime:HoursOfOperationTimeSlice.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `Integer of Hours24Format.t ]) list ])
list ]