TimeZoneTypeEnum
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
Name | Description |
---|---|
TZT_Daylight | The Daylight saving time in the local time zone is used. |
TZT_Local | Local time is used. |
TZT_Source | Original time format from the input document is used. |
TZT_UTC | Coordinated Universal Time is used. |
Used in
03.07.2024 8:50:25