Gets the column value as a Date.
GetDatetime( index As Integer ) As Date
Member of UltraLiteAFLib.ULResultSet
index The 1-based ordinal in the result set to get.
The value as a Date.
This method throws an error if the underlying column is NULL. Applications should first check for a NULL value in the property or method.