![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
endDate |
End of the range. If not specified, then the end of the range is unbounded. | |
startDate |
Start of the range. If not specified, then the start of the range is unbounded. |
Inherits From
Inherited By
<xs:complexType name="dateRangePredicate">
<xs:complexContent>
<xs:extension base="tns:predicate">
<xs:sequence>
<xs:element minOccurs="0" name="endDate" type="xs:dateTime"/>
<xs:element minOccurs="0" name="startDate" type="xs:dateTime"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices