fb-cpp 0.0.1
A modern C++ wrapper for the Firebird database API
Loading...
Searching...
No Matches
fbcpp::TimeTz Struct Referencefinal

Local time bound to a time zone. More...

#include <types.h>

Collaboration diagram for fbcpp::TimeTz:

Public Member Functions

bool operator== (const TimeTz &o) const noexcept
 

Public Attributes

Time utcTime
 UTC-normalised time-of-day.
 
std::string zone
 Time zone identifier.
 

Detailed Description

Local time bound to a time zone.

Definition at line 161 of file types.h.

Member Function Documentation

◆ operator==()

bool fbcpp::TimeTz::operator== ( const TimeTz o) const
inlinenoexcept

Definition at line 163 of file types.h.

Member Data Documentation

◆ utcTime

Time fbcpp::TimeTz::utcTime

UTC-normalised time-of-day.

Definition at line 171 of file types.h.

◆ zone

std::string fbcpp::TimeTz::zone

Time zone identifier.

Definition at line 176 of file types.h.


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