ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
interface.ilDatePeriod.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
25 interface ilDatePeriod
26 {
30  public function getStart(): ?ilDateTime;
31 
35  public function getEnd(): ?ilDateTime;
36 
37 
41  public function isFullday(): bool;
42 }
getStart()
Get start of date period.
getEnd()
Get end of period.
isFullday()
is event a fullday period