ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilCalendarConstants.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
11 {
15  public const YEAR = 'year';
16  public const MONTH = 'month';
17  public const WEEK = 'week';
18  public const DAY = 'day';
19  public const HOUR = 'hour';
20  public const MINUTE = 'minute';
21  public const SECOND = 'second';
22 
23  public const DATETIME = 1;
24  public const DATE = 2;
25  public const UNIX = 3;
26  public const FKT_DATE = 4;
27  public const FKT_GETDATE = 5;
28  public const TIMESTAMP = 6;
29  public const ISO_8601 = 7;
30 }
Class ilCalendarConstants.