ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ 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 Sun Apr 5 2026 23:02:38 for ILIAS by
1.9.4 (using
Doxyfile
)