OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.DateTimeInterval
Used Byosid.calendaring.DateTimeIntervalList
osid.metering.StatisticLookupSession
Description

The DateTimeInterval interface defines an interval between two date times.

MethodgetStart
Description

Gets the starting time for this interval.

Returnosid.calendaring.DateTime the starting time
Compliancemandatory This method must be implemented.
MethodgetEnd
Description

Gets the ending time for this interval. The ending time is greater than or equal to the starting time.

Returnosid.calendaring.DateTime the ending time
Compliancemandatory This method must be implemented.