Values.OpeningHoursComponentsSourceComponents of the opening hours object.
type nonrec t = {openTime : OpeningHoursComponentsOpenTimeString.t option;String which represents the opening hours, such as "T070000".
*)openDuration : OpeningHoursComponentsOpenDurationString.t option;String which represents the duration of the opening period, such as "PT12H00M".
*)recurrence : OpeningHoursComponentsRecurrenceString.t option;Days or periods when the provided opening hours are in affect. Example: FREQ:DAILY;BYDAY:MO,TU,WE,TH,SU
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of OpeningHoursComponentsOpenTimeString.t ]) list ]