nanodbc
A small C++ wrapper for the native C ODBC API
Loading...
Searching...
No Matches
nanodbc::date Struct Reference

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].
 

Detailed Description

A type for representing date data.


The documentation for this struct was generated from the following file: