Date and timestamp datatypes in CGOdbcStmt::
class
Field | DATE | TIMESTAMP | Description |
iYear | + | + | Number of year |
iMonth | + | + | Number of month (1..12) |
iDay | + | + | Day of month (1..31) |
iHour | - | + | Hours (0..23) |
iMin | - | + | Minutes (0..59) |
iSec | - | + | Seconds (0..59) |
iFract | - | + | Fractions of second is the number of billionths of a second and ranges from 0 through 999,999,999 (1 less than 1 billion). |