AsJavaDateTime

<< Click to Display Table of Contents >>

Navigation:  Field Object >

AsJavaDateTime

Previous pageReturn to chapter overviewNext page

Sets / returns the value of a Field as Java date / time (number of milliseconds since midnight Jan 1, 1970).

property double TVPEField.AsJavaDateTime

read / write; runtime only

Remarks:

In case of an error, an exception is thrown (for example out of memory or the field contained pure text that could not be converted to a Java date / time value).

 

The Template Object itself offers simple methods to access a Field's value directly, i.e. without retrieving a Field Object first. See GetFieldAsJavaDateTime and SetFieldAsJavaDateTime.

 

See also:

"dycodoc Template Processing" in the Programmer's Manual