Values.DateTimeRangeSourceDefines a time period with explicit start and end times for data queries.
type nonrec t = {startTime : DateTimeValue.t;The start time of the date range for querying data.
*)endTime : DateTimeValue.t;The end time of the date range for querying data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of GenericString.t ])
list ])
list ]