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