|
EPAM B2BITS C++ Bovespa MarketData handler
1.27.1
|
#include <b2bits/types/TZTimeHelper.h>

Public Member Functions | |
| UTCDateOnly () | |
| UTCDateOnly (u16 year, u8 month, u8 day) | |
Public Attributes | |
| u16 | year_ |
| u8 | month_ |
| u8 | day_ |
Data about date
|
inline |
| u8 B2bits::TZTimeHelper::UTCDateOnly::day_ |
day of the month - [1,31]
| u8 B2bits::TZTimeHelper::UTCDateOnly::month_ |
months since January - [1,12]
| u16 B2bits::TZTimeHelper::UTCDateOnly::year_ |
years
1.8.5