|
B2BITS FIX Antenna HFT
1.0.17
|
Data about date and time with UTC offset. More...
#include <B2BITS_TZTimeHelper.h>
Inheritance diagram for Engine::TZTimeHelper::TZTimestamp:
Collaboration diagram for Engine::TZTimeHelper::TZTimestamp:Public Member Functions | |
| TZTimestamp () | |
| TZTimestamp (System::u16 year, System::u8 month, System::u8 day, System::u8 hour, System::u8 minute, System::u8 second, System::u64 picosecond, System::i16 utcOffset) | |
Public Member Functions inherited from Engine::TZTimeHelper::TZTimeOnly | |
| TZTimeOnly () | |
| TZTimeOnly (System::u8 hour, System::u8 minute, System::u8 second, System::u64 picosecond, System::i16 utcOffset) | |
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::TZTimeOnly | |
| System::i16 | utcOffset_ |
| utc offset in minutes - [ -720 , +720 ] More... | |
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 with UTC offset.
|
inline |
|
inline |
1.8.5