<< Click to Display Table of Contents >> VpeSetDateTimeIsUTC |
Specifies, whether VPE’s date/time functions receive and return date/time values in UTC (Universal Time Coordinated) or in local time.
int VpeSetDateTimeIsUTC(
VpeHandle hDoc,
int yes_no
)
VpeHandle hDoc
Document Handle, the page settings of this document will be set
int yes_no
Value |
Description |
True |
yes, parameters and return values of VPE’s date/time functions are in UTC |
False |
no, parameters and return values of VPE’s date/time functions are in local time |
Default:
False = parameters and return values of VPE’s date/time functions are in local time
Example:
VpeSetDateTimeIsUTC(hDoc, 1);