OSID Logo
OSID Specifications
search package
Version 3.0.0
Release Candidate Preview
Interfaceosid.search.terms.DateTimeRangeTerm
Implementsosid.search.QueryTerm
Description

A term for a DateTime range query.

MethodgetDateTimeRangeStart
Description

Gets thestart of the date time range in the term.

Returnosid.calendaring.DateTimethe date
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.
MethodgetDateTimeRangeEnd
Description

Gets the end of the date time range in the term.

Returnosid.calendaring.DateTimethe date
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.