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

A term for a Time range query.

MethodgetTimeRangeStart
Description

Gets thestart of the time range in the term.

Returnosid.calendaring.Timethe time
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.
MethodgetTimeRangeEnd
Description

Gets the end of the time range in the term.

Returnosid.calendaring.Timethe time
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.