Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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