ILIAS
release_8 Revision v8.19
|
Class ilCalendarConstants. More...
Data Fields | |
const | YEAR = 'year' |
const | MONTH = 'month' |
const | WEEK = 'week' |
const | DAY = 'day' |
const | HOUR = 'hour' |
const | MINUTE = 'minute' |
const | SECOND = 'second' |
const | DATETIME = 1 |
const | DATE = 2 |
const | UNIX = 3 |
const | FKT_DATE = 4 |
const | FKT_GETDATE = 5 |
const | TIMESTAMP = 6 |
const | ISO_8601 = 7 |
Class ilCalendarConstants.
Definition at line 10 of file ilCalendarConstants.php.
const ilCalendarConstants::DATE = 2 |
Definition at line 24 of file ilCalendarConstants.php.
const ilCalendarConstants::DATETIME = 1 |
Definition at line 23 of file ilCalendarConstants.php.
const ilCalendarConstants::DAY = 'day' |
Definition at line 18 of file ilCalendarConstants.php.
const ilCalendarConstants::FKT_DATE = 4 |
Definition at line 26 of file ilCalendarConstants.php.
const ilCalendarConstants::FKT_GETDATE = 5 |
Definition at line 27 of file ilCalendarConstants.php.
const ilCalendarConstants::HOUR = 'hour' |
Definition at line 19 of file ilCalendarConstants.php.
const ilCalendarConstants::ISO_8601 = 7 |
Definition at line 29 of file ilCalendarConstants.php.
const ilCalendarConstants::MINUTE = 'minute' |
Definition at line 20 of file ilCalendarConstants.php.
const ilCalendarConstants::MONTH = 'month' |
Definition at line 16 of file ilCalendarConstants.php.
const ilCalendarConstants::SECOND = 'second' |
Definition at line 21 of file ilCalendarConstants.php.
const ilCalendarConstants::TIMESTAMP = 6 |
Definition at line 28 of file ilCalendarConstants.php.
const ilCalendarConstants::UNIX = 3 |
Definition at line 25 of file ilCalendarConstants.php.
const ilCalendarConstants::WEEK = 'week' |
Definition at line 17 of file ilCalendarConstants.php.
const ilCalendarConstants::YEAR = 'year' |
Definition at line 15 of file ilCalendarConstants.php.