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. |
typedef enum {
TZT_UTC,
TZT_Local,
TZT_Daylight,
TZT_Source
} TimeZoneTypeEnum;
| 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. |
Was this page helpful?