DateTimeIsUTC

<< Click to Display Table of Contents >>

Navigation:  Template Object >

DateTimeIsUTC

Previous pageReturn to chapter overviewNext page

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

 

See also:

"dycodoc Template Processing" in the Programmer's Manual