Module Values.TimeRangeSource

Time range in 24 hour format

Sourcetype nonrec t = {
  1. startTime : Iso8601Time.t;
  2. endTime : Iso8601Time.t;
}
Sourceval context_ : string
Sourceval make : startTime:Iso8601Time.t -> endTime:Iso8601Time.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Iso8601Time.t ]) 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