B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Engine::TZTimeHelper::UTCTimestamp Struct Reference

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]

 
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
 

Detailed Description

Data about date and time without UTC offset.

Constructor & Destructor Documentation

◆ UTCTimestamp() [1/2]

Engine::TZTimeHelper::UTCTimestamp::UTCTimestamp ( )
inline

◆ UTCTimestamp() [2/2]

Engine::TZTimeHelper::UTCTimestamp::UTCTimestamp ( System::u16 year,
System::u8 month,
System::u8 day,
System::u8 hour,
System::u8 minute,
System::u8 second,
System::u64 picosecond )
inline