ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilCalendarConstants.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 {
31  public const YEAR = 'year';
32  public const MONTH = 'month';
33  public const WEEK = 'week';
34  public const DAY = 'day';
35  public const HOUR = 'hour';
36  public const MINUTE = 'minute';
37  public const SECOND = 'second';
38 
39  public const DATETIME = 1;
40  public const DATE = 2;
41  public const UNIX = 3;
42  public const FKT_DATE = 4;
43  public const FKT_GETDATE = 5;
44  public const TIMESTAMP = 6;
45  public const ISO_8601 = 7;
46 }
Class ilCalendarConstants.