Values_1.DateTimeConditionSourceA datetime search condition for Search APIs.
type nonrec t = {fieldName : Values_0.String_.t option;A name of the datetime property to be searched
*)minValue : DateTimeFormat.t option;A minimum value of the property.
*)maxValue : DateTimeFormat.t option;A maximum value of the property.
*)comparisonType : DateTimeComparisonType.t option;Datetime property comparison type.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]