<< Click to Display Table of Contents >> DateTimeIsUTC |
Specifies, whether VPE’s date/time functions receive and return date/time values in UTC (Universal Time Coordinated) or in local time.
property boolean [integer] VPE. DateTimeIsUTC
read / write; runtime only
Possible Values:
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:
Doc.DateTimeIsUTC = true
"dycodoc Template Processing" in the Programmer's Manual