|
nanodbc
A small C++ wrapper for the native C ODBC API
|
A type for representing date data. More...
#include <nanodbc.h>
Public Attributes | |
| 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]. | |
A type for representing date data.