Skip to main content
TimeZoneTypeEnum enumeration constants are used to define the time zone of the date which is written to the output PDF.
typedef enum {
 TZT_UTC,
 TZT_Local,
 TZT_Daylight,
 TZT_Source
} TimeZoneTypeEnum;

Elements

NameDescription
TZT\_DaylightThe Daylight saving time in the local time zone is used.
TZT\_LocalLocal time is used.
TZT\_SourceOriginal time format from the input document is used.
TZT\_UTCCoordinated Universal Time is used.

Used in

IPDFExportFeatures::ReferenceTimeZone