|  | Aqualogic Interaction API | |
| IPTQueryResult.ItemAsXPDateTime Method |
Returns the value of a "cell" in this IPTQueryResult.
XPDateTime ItemAsXPDateTime(
int nRow,
int nPropID
);
Parameters
-
nRow
- the row number (a zero based index)
-
nPropID
- the property ID of the desired property (from PT_PROPIDS)
Return Value
the cell value, as an XPDateTime
See Also
IPTQueryResult Interface | com.plumtree.server Namespace