B2BITS FIX Antenna HFT
1.0.16
|
Time without UTC offset. More...
#include <B2BITS_TZTimeHelper.h>
Public Member Functions | |
UTCTimeOnly () | |
UTCTimeOnly (System::u8 hour, System::u8 minute, System::u8 second, System::u64 picosecond) | |
Public Attributes | |
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... | |
Time without UTC offset.
|
inline |
|
inline |
System::u8 Engine::TZTimeHelper::UTCTimeOnly::hour_ |
hours since midnight - [0,23]
System::u8 Engine::TZTimeHelper::UTCTimeOnly::minute_ |
minutes after the hour - [0,59]
System::u64 Engine::TZTimeHelper::UTCTimeOnly::picosecond_ |
picoseconds after the second - [0,999999999999]
System::u8 Engine::TZTimeHelper::UTCTimeOnly::second_ |
seconds after the minute - [0,59]