|
B2BITS FIX Antenna HFT
1.0.17
|
Data about date and time without UTC offset. More...
#include <B2BITS_TZTimeHelper.h>
Inheritance diagram for Engine::TZTimeHelper::UTCTimestamp:
Collaboration diagram for Engine::TZTimeHelper::UTCTimestamp:Public Member Functions | |
| UTCTimestamp () | |
| UTCTimestamp (System::u16 year, System::u8 month, System::u8 day, System::u8 hour, System::u8 minute, System::u8 second, System::u64 picosecond) | |
Public Member Functions inherited from Engine::TZTimeHelper::UTCTimeOnly | |
| UTCTimeOnly () | |
| UTCTimeOnly (System::u8 hour, System::u8 minute, System::u8 second, System::u64 picosecond) | |
Public Member Functions inherited from Engine::TZTimeHelper::UTCDateOnly | |
| UTCDateOnly () | |
| UTCDateOnly (System::u16 year, System::u8 month, System::u8 day) | |
Additional Inherited Members | |
Public Attributes inherited from Engine::TZTimeHelper::UTCTimeOnly | |
| System::u8 | hour_ |
| hours since midnight - [0,23] More... | |
| System::u8 | minute_ |
| minutes after the hour - [0,59] More... | |
| System::u64 | picosecond_ |
| picoseconds after the second - [0,999999999999] More... | |
| System::u8 | second_ |
| seconds after the minute - [0,59] More... | |
Public Attributes inherited from Engine::TZTimeHelper::UTCDateOnly | |
| System::u8 | day_ |
| day of the month - [1,31] More... | |
| System::u8 | month_ |
| months since January - [1,12] More... | |
| System::u16 | year_ |
| years More... | |
Data about date and time without UTC offset.
|
inline |
|
inline |
1.8.5