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.