|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilDatePeriod:
Collaboration diagram for ilDatePeriod:Public Member Functions | |
| getStart () | |
| Get start of date period. More... | |
| getEnd () | |
| Get end of period. More... | |
| isFullday () | |
| is event a fullday period More... | |
Definition at line 32 of file interface.ilDatePeriod.php.
| ilDatePeriod::getEnd | ( | ) |
Get end of period.
Implemented in ILIAS\Modules\EmployeeTalk\Talk\EmployeeTalkPeriod, ilSessionAppointment, ilBookingPeriod, and ilCalendarEntry.
Referenced by ilCalendarRecurrenceCalculator\__construct().
Here is the caller graph for this function:| ilDatePeriod::getStart | ( | ) |
Get start of date period.
Implemented in ILIAS\Modules\EmployeeTalk\Talk\EmployeeTalkPeriod, ilSessionAppointment, ilBookingPeriod, and ilCalendarEntry.
Referenced by ilCalendarRecurrenceCalculator\__construct().
Here is the caller graph for this function:| ilDatePeriod::isFullday | ( | ) |
is event a fullday period
Implemented in ILIAS\Modules\EmployeeTalk\Talk\EmployeeTalkPeriod, ilSessionAppointment, ilBookingPeriod, and ilCalendarEntry.