FSCRT_DATETIMEZONE Struct Reference

Structure for date and time. More...

#include <fs_base_r.h>

Public Attributes

FS_UINT16 year
 Year, a four-digit number, such as 2014.
 
FS_UINT16 month
 Month, from 1 to 12.
 
FS_UINT16 day
 Day of month, from 1 to 31.
 
FS_UINT16 dayOfWeek
 Day of week, from 0 to 6. PDF standard does not support now, you can omit this field if it is not applicable.
 
FS_UINT16 hour
 Hour, from 0 to 23.
 
FS_UINT16 minute
 Minute, from 0 to 59.
 
FS_UINT16 second
 Second, from 0 to 60. 60 for leap second.
 
FS_UINT16 milliseconds
 Millisecond, from 0 to 999. PDF standard does not support now, you can omit this field if it is not applicable.
 
FS_INT16 tzHour
 Hour of time zone, from -12 to 12. More...
 
FS_UINT16 tzMinute
 Minute of time zone, from 0 to 59.
 

Detailed Description

Structure for date and time.

Member Data Documentation

FS_INT16 FSCRT_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.


The documentation for this struct was generated from the following file:

Foxit Corporation