| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
HaruDoc::setInfoDateAttr
(no version information, might be only in CVS)
HaruDoc::setInfoDateAttr -- Set the datetime info attributes of the documentPopis
bool HaruDoc::setInfoDateAttr ( int type, int year, int month, int day, int hour, int min, int sec, string ind, int off_hour, int off_min )Sets the datetime info attributes of the document.
Seznam parametrů
typeThe type of the attribute. Can be one of the following:
HaruDoc::INFO_CREATION_DATE HaruDoc::INFO_MOD_DATE yearmonthBetween 1 and 12.
dayBetween 1 and 31, 30, 29 or 28 (different for each month).
hourBetween 0 and 23.
minBetween 0 and 59.
secBetween 0 and 59.
indThe timezone relation to UTC, can be "", " ", "+", "-" and "Z".
off_hourIf
indis not " " or "", values between 0 and 23 are valid. Otherwise, this parameter is ignored.off_minIf
indis not " " or "", values between 0 and 59 are valid. Otherwise, this parameter is ignored.
| PÅ™edcházejÃcà | Domů | Dalšà |
| HaruDoc::setInfoAttr | Nahoru |