ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
ilDatePeriod\getStart
getStart()
Get start of date period.
ilDatePeriod\getEnd
getEnd()
Get end of period.
ilDatePeriod\isFullday
isFullday()
is event a fullday period
ilDatePeriod
components
ILIAS
Calendar
interfaces
interface.ilDatePeriod.php
Generated on Mon Sep 1 2025 23:02:36 for ILIAS by
1.8.13 (using
Doxyfile
)