EPAM B2BITS C++ Bovespa MarketData handler
1.27.1
|
#include <b2bits/types/TZTimeHelper.h>
Public Member Functions | |
UTCTimestamp () | |
UTCTimestamp (u16 year, u8 month, u8 day, u8 hour, u8 minute, u8 second, u64 picosecond) | |
Public Member Functions inherited from B2bits::TZTimeHelper::UTCDateOnly | |
UTCDateOnly () | |
UTCDateOnly (u16 year, u8 month, u8 day) | |
Public Member Functions inherited from B2bits::TZTimeHelper::UTCTimeOnly | |
UTCTimeOnly () | |
UTCTimeOnly (u8 hour, u8 minute, u8 second, u64 picosecond) | |
Additional Inherited Members | |
Public Attributes inherited from B2bits::TZTimeHelper::UTCDateOnly | |
u16 | year_ |
u8 | month_ |
u8 | day_ |
Public Attributes inherited from B2bits::TZTimeHelper::UTCTimeOnly | |
u8 | hour_ |
u8 | minute_ |
u8 | second_ |
u64 | picosecond_ |
Data about date and time without UTC offset
|
inline |