Values.MonthlySettingSourceInformation about on-call rotations that recur monthly.
type nonrec t = {dayOfMonth : DayOfMonth.t;The day of the month when monthly recurring on-call rotations begin.
*)handOffTime : HandOffTime.t;The time of day when a monthly recurring on-call shift rotation begins.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DayOfMonth.t
| `Structure of (string * [> `Integer of HourOfDay.t ]) list ])
list ]