<< Click to Display Table of Contents >> VpeSetFieldAsJavaDateTime |
Sets the value of a Field as Java date / time (number of milliseconds since midnight Jan 1, 1970).
int VpeSetFieldAsJavaDateTime(
VpeHandle hField,
double value
)
VpeHandle hField
Field Handle
double value
the Java date / time value, which shall be assigned to the Field
Returns:
Value |
Description |
True |
if the field was found and its value could be set |
False |
Otherwise |
Remarks:
The Template Object itself offers a simple method to access a Field's value directly, i.e. without retrieving a Field Object first. See VpeSetTplFieldAsJavaDateTime.
"dycodoc Template Processing" in the Programmer's Manual