ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
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 26 of file ilCalendarConstants.php.
const ilCalendarConstants::DATE = 2 |
Definition at line 40 of file ilCalendarConstants.php.
const ilCalendarConstants::DATETIME = 1 |
Definition at line 39 of file ilCalendarConstants.php.
const ilCalendarConstants::DAY = 'day' |
Definition at line 34 of file ilCalendarConstants.php.
const ilCalendarConstants::FKT_DATE = 4 |
Definition at line 42 of file ilCalendarConstants.php.
const ilCalendarConstants::FKT_GETDATE = 5 |
Definition at line 43 of file ilCalendarConstants.php.
const ilCalendarConstants::HOUR = 'hour' |
Definition at line 35 of file ilCalendarConstants.php.
const ilCalendarConstants::ISO_8601 = 7 |
Definition at line 45 of file ilCalendarConstants.php.
const ilCalendarConstants::MINUTE = 'minute' |
Definition at line 36 of file ilCalendarConstants.php.
const ilCalendarConstants::MONTH = 'month' |
Definition at line 32 of file ilCalendarConstants.php.
const ilCalendarConstants::SECOND = 'second' |
Definition at line 37 of file ilCalendarConstants.php.
const ilCalendarConstants::TIMESTAMP = 6 |
Definition at line 44 of file ilCalendarConstants.php.
const ilCalendarConstants::UNIX = 3 |
Definition at line 41 of file ilCalendarConstants.php.
const ilCalendarConstants::WEEK = 'week' |
Definition at line 33 of file ilCalendarConstants.php.
const ilCalendarConstants::YEAR = 'year' |
Definition at line 31 of file ilCalendarConstants.php.