A type for representing timestamp data.
More...
#include <nanodbc.h>
|
|
std::int16_t | year |
| | Year [0-inf).
|
| |
|
std::int16_t | month |
| | Month of the year [1-12].
|
| |
|
std::int16_t | day |
| | Day of the month [1-31].
|
| |
|
std::int16_t | hour |
| | Hours since midnight [0-23].
|
| |
|
std::int16_t | min |
| | Minutes after the hour [0-59].
|
| |
|
std::int16_t | sec |
| | Seconds after the minute.
|
| |
|
std::int32_t | fract |
| | Fractional seconds.
|
| |
A type for representing timestamp data.
The documentation for this struct was generated from the following file:
- /home/runner/work/nanodbc/nanodbc/nanodbc/nanodbc.h