|
Haru Free PDF Library
|
Date structure. More...
#include <hpdf_types.h>
Data Fields | |
| HPDF_INT | year |
| Year of the date. Does not imply restrictions. More... | |
| HPDF_INT | month |
| Month of the date. Value from range 1 to 12 is accepted. More... | |
| HPDF_INT | day |
| Day of the date. Values from range 1 to 28, 29, 30, or 31 is accepted (depends on the month) More... | |
| HPDF_INT | hour |
| Hour of date. Value from range 0 to 23 is accepted. More... | |
| HPDF_INT | minutes |
| Minutes of date. Value from range 0 to 59 is accepted. More... | |
| HPDF_INT | seconds |
| Seconds of date. Value from range 0 to 59 is accepted. More... | |
| char | ind |
| Relationship between local time and Universal time (' ', '+', '−', or 'Z') More... | |
| HPDF_INT | off_hour |
If ind is not ' ' (space), value from range 0 to 23 is accepted, otherwise ignored. More... | |
| HPDF_INT | off_minutes |
If ind is not ' ' (space), value from range 0 to 59 is accepted, otherwise ignored. More... | |
| HPDF_INT _HPDF_Date::day |
Day of the date. Values from range 1 to 28, 29, 30, or 31 is accepted (depends on the month)
| HPDF_INT _HPDF_Date::hour |
Hour of date. Value from range 0 to 23 is accepted.
| char _HPDF_Date::ind |
Relationship between local time and Universal time (' ', '+', '−', or 'Z')
| HPDF_INT _HPDF_Date::minutes |
Minutes of date. Value from range 0 to 59 is accepted.
| HPDF_INT _HPDF_Date::month |
Month of the date. Value from range 1 to 12 is accepted.
| HPDF_INT _HPDF_Date::off_hour |
If ind is not ' ' (space), value from range 0 to 23 is accepted, otherwise ignored.
| HPDF_INT _HPDF_Date::off_minutes |
If ind is not ' ' (space), value from range 0 to 59 is accepted, otherwise ignored.
| HPDF_INT _HPDF_Date::seconds |
Seconds of date. Value from range 0 to 59 is accepted.
| HPDF_INT _HPDF_Date::year |
Year of the date. Does not imply restrictions.