userver: storages::odbc::Date Class Reference
Loading...
Searching...
No Matches
storages::odbc::Date Class Referencefinal

#include </data/code/userver/odbc/include/userver/storages/odbc/types.hpp>

Detailed Description

Timezone-independent Gregorian calendar date in the portable 1..9999 range.

Definition at line 40 of file types.hpp.

Public Member Functions

 Date (std::uint32_t year, std::uint32_t month, std::uint32_t day)
std::uint32_t GetYear () const noexcept
std::uint32_t GetMonth () const noexcept
std::uint32_t GetDay () const noexcept
std::string ToString () const
bool operator== (const Date &) const noexcept=default

The documentation for this class was generated from the following file:
  • /data/code/userver/odbc/include/userver/storages/odbc/types.hpp