ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
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
}
ilDateTime
@classDescription Date and time handling
Definition:
class.ilDateTime.php:43
ilDatePeriod
Definition:
interface.ilDatePeriod.php:26
ilDatePeriod\getEnd
getEnd()
Get end of period.
ilDatePeriod\isFullday
isFullday()
is event a fullday period
ilDatePeriod\getStart
getStart()
Get start of date period.
components
ILIAS
Calendar
interfaces
interface.ilDatePeriod.php
Generated on Sat Oct 18 2025 23:02:42 for ILIAS by
1.9.4 (using
Doxyfile
)