ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
interface.ilDatePeriod.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
25interface ilDatePeriod
26{
30 public function getStart(): ?ilDateTime;
31
35 public function getEnd(): ?ilDateTime;
36
37
41 public function isFullday(): bool;
42}
@classDescription Date and time handling
getEnd()
Get end of period.
isFullday()
is event a fullday period
getStart()
Get start of date period.