Next Topic

Previous Topic

Book Contents

GetCol_AsDateTime

TLuaDateTime GetCol_AsDateTime(int iIndex)

Return values

Returns an TLuaDateTIme structure with the retrieved date and time from the column.

Parameters

  • iIndex - A 1 based column index.

Remarks

Note that the column index is 1 based. If ColCount() return 10 the valid index range are 1-10. This function must not be called if the column is not a date time type.