OSID Logo
OSID Specifications
osid package
Version 3.0.0
Release Candidate Preview
Interfaceosid.Temporal
Description

Temporal is used to indicate the object endures for a period of time.

MethodisEffective
Description

Tests if the current date is within the start end end dates inclusive.

Returnboolean true if this is effective, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetStartDate
Description

Gets the start date.

Returnosid.calendaring.DateTimethe start date
CompliancemandatoryThis method must be implemented.
MethodgetEndDate
Description

Gets the end date.

Returnosid.calendaring.DateTimethe end date
CompliancemandatoryThis method must be implemented.