| << Click to Display Table of Contents >> VpeSetTplFieldAsJavaDateTime |     | 
Sets the value of a Field as Java date / time (number of milliseconds since midnight Jan 1, 1970).
int VpeSetTplFieldAsJavaDateTime(
VpeHandle hTemplate,
LPCSTR data_source_prefix,
LPCSTR field_name,
double value
)
VpeHandle hTemplate
Template Handle
LPCSTR data_source_prefix
prefix of the Data Source, this is the unique name of a Data Source as defined in dycodoc
LPCSTR field_name
name of the Data Source Field
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 | 
"dycodoc Template Processing" in the Programmer's Manual