OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.terms.TimeRangeTerm
Implementsosid.search.QueryTerm
Used Byosid.calendaring.ScheduleSlotQueryInspector
Description

A term for a Time range query.

MethodgetTimeRangeStart
Description

Gets thestart of the time range in the term.

Returnosid.calendaring.Time the time
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.
MethodgetTimeRangeEnd
Description

Gets the end of the time range in the term.

Returnosid.calendaring.Time the time
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.