B2BITS FIX Antenna C++ 2.33.0
|
Data about date and time without UTC offset. More...
#include <B2BITS_TZTimeHelper.h>
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] | |
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] | |
Public Attributes inherited from Engine::TZTimeHelper::UTCDateOnly | |
System::u8 | day_ |
day of the month - [1,31] | |
System::u8 | month_ |
months since January - [1,12] | |
System::u16 | year_ |
years | |
Data about date and time without UTC offset.
|
inline |
|
inline |