Class to represent date and time. More...
Public Member Functions | |
DateTime (uint16 year, uint16 month, uint16 day, uint16 hour, uint16 minute, uint16 second, uint16 milliseconds, int16 tzHour, uint16 tzMinute) | |
Constructor to initialize a new instance of class Foxit::DateTime with specific values. | |
Properties | |
uint16 | Year |
Year, a four-digit number, such as 2014. | |
uint16 | Month |
Month, from 1 to 12. | |
uint16 | Day |
Day of month, from 1 to 31. | |
uint16 | Hour |
Hour, from 0 to 23. | |
uint16 | Minute |
Minute, from 0 to 59. | |
uint16 | Second |
Second, from 0 to 60. 60 for leap second. | |
uint16 | Milliseconds |
Millisecond, from 0 to 999. PDF standard doesn't support now, you can omit this field if it is not applicable. | |
int16 | TzHour |
Hour of time zone, from -12 to 12: positive value for the eastern time zone, and negative value for the western time zone. | |
uint16 | TzMinute |
Minute of time zone, from 0 to 59. | |
Class to represent date and time.