B2BITS FIX Antenna C++ 2.33.0
|
Data about time with UTC offset. More...
#include <B2BITS_TZTimeHelper.h>
Public Member Functions | |
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 Attributes | |
System::i16 | utcOffset_ |
utc offset in minutes - [ -720 , +720 ] | |
Public Attributes inherited from Engine::TZTimeHelper::UTCTimeOnly | |
System::u8 | hour_ |
hours since midnight - [0,23] | |
System::u8 | minute_ |
minutes after the hour - [0,59] | |
System::u64 | picosecond_ |
picoseconds after the second - [0,999999999999] | |
System::u8 | second_ |
seconds after the minute - [0,59] | |
Data about time with UTC offset.
|
inline |
|
inline |
System::i16 Engine::TZTimeHelper::TZTimeOnly::utcOffset_ |
utc offset in minutes - [ -720 , +720 ]