メインコンテンツへスキップ

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 の列挙定数は、出力 PDF に書き込まれる日付のタイムゾーンを指定するために使用されます。
typedef enum {
 TZT_UTC,
 TZT_Local,
 TZT_Daylight,
 TZT_Source
} TimeZoneTypeEnum;

要素

名前説明
TZT_Daylightローカルタイムゾーンの夏時間が使用されます。
TZT_Localローカル時刻が使用されます。
TZT_Source入力ドキュメントの元の時刻形式が使用されます。
TZT_UTC協定世界時が使用されます。

使用箇所

IPDFExportFeatures::ReferenceTimeZone