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

A type for representing timestamp+offset data. More...

#include <nanodbc.h>

Collaboration diagram for nanodbc::timestampoffset:

Public Attributes

timestamp stamp
 Date and time, in the offset's local terms.
 
std::int16_t offset_hour
 Whole hour part of time zone offset.
 
std::int16_t offset_minute
 Minutes part of time zome offset.
 

Detailed Description

A type for representing timestamp+offset data.


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