OSID Logo
OSID Specifications
calendaring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.DateTimeInterval
Description

The DateTimeInterval interface defines an interval between two date times.

MethodgetStart
Description

Gets the starting time for this interval.

Returnosid.calendaring.DateTimethe starting time
CompliancemandatoryThis 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.DateTimethe ending time
CompliancemandatoryThis method must be implemented.