CWIS Developer Documentation
|
Go to the source code of this file.
Classes | |
class | Date |
Variables | |
const | DATEPRE_BEGINYEAR 1 |
const | DATEPRE_BEGINMONTH 2 |
const | DATEPRE_BEGINDAY 4 |
const | DATEPRE_BEGINDECADE 8 |
const | DATEPRE_BEGINCENTURY 16 |
const | DATEPRE_ENDYEAR 32 |
const | DATEPRE_ENDMONTH 64 |
const | DATEPRE_ENDDAY 128 |
const | DATEPRE_ENDDECADE 256 |
const | DATEPRE_ENDCENTURY 512 |
const | DATEPRE_INFERRED 1024 |
const | DATEPRE_COPYRIGHT 2048 |
const | DATEPRE_CONTINUOUS 4096 |
const | DATEPRE_SEPARATE 8192 |
const | DATEPRE_UNSURE 16384 |
const DATEPRE_BEGINDAY 4 |
Definition at line 747 of file Date.php.
Referenced by Date\__construct(), MetadataField\Drop(), Date\Formatted(), Date\FormattedISO8601(), Date\FormattedPrecision(), Date\PFormatted(), and Date\SqlCondition().
const DATEPRE_BEGINDECADE 8 |
Definition at line 748 of file Date.php.
Referenced by Date\FormattedPrecision().
const DATEPRE_BEGINMONTH 2 |
Definition at line 746 of file Date.php.
Referenced by Date\__construct(), Date\BeginDate(), MetadataField\Drop(), Date\Formatted(), Date\FormattedISO8601(), Date\FormattedPrecision(), Date\PFormatted(), and Date\SqlCondition().
const DATEPRE_BEGINYEAR 1 |
Definition at line 745 of file Date.php.
Referenced by Date\__construct(), Date\BeginDate(), Date\Formatted(), Date\FormattedISO8601(), Date\FormattedPrecision(), and Date\PFormatted().
const DATEPRE_CONTINUOUS 4096 |
Definition at line 757 of file Date.php.
Referenced by Date\__construct(), Date\Formatted(), and Date\FormattedPrecision().
const DATEPRE_COPYRIGHT 2048 |
Definition at line 756 of file Date.php.
Referenced by Date\__construct(), Date\Formatted(), and Date\FormattedPrecision().
const DATEPRE_ENDDAY 128 |
Definition at line 752 of file Date.php.
Referenced by Date\__construct(), Date\Formatted(), Date\FormattedPrecision(), Date\PFormatted(), and Date\SqlCondition().
const DATEPRE_ENDDECADE 256 |
Definition at line 753 of file Date.php.
Referenced by Date\FormattedPrecision().
const DATEPRE_ENDMONTH 64 |
Definition at line 751 of file Date.php.
Referenced by Date\__construct(), Date\EndDate(), Date\Formatted(), Date\FormattedPrecision(), Date\PFormatted(), and Date\SqlCondition().
const DATEPRE_ENDYEAR 32 |
Definition at line 750 of file Date.php.
Referenced by Date\__construct(), Date\EndDate(), Date\Formatted(), Date\FormattedPrecision(), Date\PFormatted(), and Date\SqlCondition().
const DATEPRE_INFERRED 1024 |
Definition at line 755 of file Date.php.
Referenced by Date\__construct(), Date\Formatted(), and Date\FormattedPrecision().
const DATEPRE_SEPARATE 8192 |
Definition at line 758 of file Date.php.
Referenced by Date\Formatted(), and Date\FormattedPrecision().