Module Values.WeeklySettingSource

Information about rotations that recur weekly.

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

    The day of the week when weekly recurring on-call shift rotations begins.

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

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

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