Foxit PDF SDK
|
Structure for date and time. More...
Public Attributes | |
FX_WORD | day |
Day of month, from 1 to 31. | |
FX_WORD | dayOfWeek |
Day of week, from 0 to 6. PDF standard doesn't support now, you can omit this field if it is not applicable. | |
FX_WORD | hour |
Hour, from 0 to 23. | |
FX_WORD | milliseconds |
Millisecond, from 0 to 999. PDF standard doesn't support now, you can omit this field if it is not applicable. | |
FX_WORD | minute |
Minute, from 0 to 59. | |
FX_WORD | month |
Month, from 1 to 12. | |
FX_WORD | second |
Second, from 0 to 60. 60 for leap second. | |
FX_INT32 | tzHour |
Hour of time zone, from -12 to 12. More... | |
FX_WORD | tzMinute |
Minute of time zone, from 0 to 59. | |
FX_WORD | year |
Year, a four-digit number, such as 2014. | |
Structure for date and time.
FX_INT32 FXCRT_DATETIMEZONE::tzHour |
Hour of time zone, from -12 to 12.
Positive value for the eastern time zone, and negative value for the western time zone.