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

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.
 

Detailed Description

A type for representing time data.


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