Returns the data, converted to a date value, in a column of a row in the current result set.
datColumnData = QueryResults.GetColumnDate (
[Row :=] lRow,
[Column :=] lColumn )
HRESULT pQueryResults->GetColumnDate (
long lRow,
long lColumn,
LPSYSTEMTIME pdatColumnData );
Element | Type | Description |
---|
datColumnData | Date | Returned column data |
lRow | Long | Row number of the current results set |
lColumn | Long | Column number of the specified row |
In Visual Basic, the returned column data is a Date variable. In C++, the returned column data is a SYSTEMTIME variable that is filled with the datetime data.