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


Public Member Functions | |
| TZTimestamp () | |
| TZTimestamp (u16 year, u8 month, u8 day, u8 hour, u8 minute, u8 second, u64 picosecond, i16 utcOffset) | |
Public Member Functions inherited from B2bits::TZTimeHelper::UTCDateOnly | |
| UTCDateOnly () | |
| UTCDateOnly (u16 year, u8 month, u8 day) | |
Public Member Functions inherited from B2bits::TZTimeHelper::TZTimeOnly | |
| TZTimeOnly () | |
| TZTimeOnly (u8 hour, u8 minute, u8 second, u64 picosecond, i16 utcOffset) | |
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::TZTimeOnly | |
| i16 | utcOffset_ |
Public Attributes inherited from B2bits::TZTimeHelper::UTCTimeOnly | |
| u8 | hour_ |
| u8 | minute_ |
| u8 | second_ |
| u64 | picosecond_ |
Data about date and time with UTC offset
|
inline |
1.8.5