| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 ilSessionAppointment, ilCalendarEntry, ILIAS\EmployeeTalk\Talk\EmployeeTalkPeriod, and ilBookingPeriod.
Referenced by ilCalendarRecurrenceCalculator\__construct().
 Here is the caller graph for this function:| ilDatePeriod::getStart | ( | ) | 
Get start of date period.
Implemented in ilSessionAppointment, ilCalendarEntry, ILIAS\EmployeeTalk\Talk\EmployeeTalkPeriod, and ilBookingPeriod.
Referenced by ilCalendarRecurrenceCalculator\__construct().
 Here is the caller graph for this function:| ilDatePeriod::isFullday | ( | ) | 
is event a fullday period
Implemented in ilCalendarEntry, ilSessionAppointment, ILIAS\EmployeeTalk\Talk\EmployeeTalkPeriod, and ilBookingPeriod.