| Interface | osid.Temporal | ||
|---|---|---|---|
| Description |
| ||
| Method | isEffective | ||
| Description |
Tests if the current date is within the start end end dates inclusive. | ||
| Return | boolean | true if this is effective, false otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStartDate | ||
| Description |
Gets the start date. | ||
| Return | osid.calendaring.DateTime | the start date | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEndDate | ||
| Description |
Gets the end date. | ||
| Return | osid.calendaring.DateTime | the end date | |
| Compliance | mandatory | This method must be implemented. | |