VpeGetFieldAsJavaDateTime

<< Click to Display Table of Contents >>

Navigation:  Field >

VpeGetFieldAsJavaDateTime

Previous pageReturn to chapter overviewNext page

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

int VpeGetFieldAsJavaDateTime(

VpeHandle hField,

double *value

)

VpeHandle hField

Field Handle

double *value

pointer to variable, which receives the value of the Field as Java date / time

Returns:

Value

Description

True

value retrieved successfully

False

value could not be retrieved (for example if the field contained pure text that could not be converted to an double value)

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 VpeGetTplFieldAsJavaDateTime.

 

See Also:

"dycodoc Template Processing" in the Programmer's Manual