Module Values.MonthlySettingSource

Information about on-call rotations that recur monthly.

Sourcetype nonrec t = {
  1. dayOfMonth : DayOfMonth.t;
    (*

    The day of the month when monthly recurring on-call rotations begin.

    *)
  2. handOffTime : HandOffTime.t;
    (*

    The time of day when a monthly recurring on-call shift rotation begins.

    *)
}
Sourceval context_ : string
Sourceval make : dayOfMonth:DayOfMonth.t -> handOffTime:HandOffTime.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of DayOfMonth.t | `Structure of (string * [> `Integer of HourOfDay.t ]) list ]) 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