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

Data about time with UTC offset. More...

#include <B2BITS_TZTimeHelper.h>

+ Inheritance diagram for Engine::TZTimeHelper::TZTimeOnly:
+ Collaboration diagram for Engine::TZTimeHelper::TZTimeOnly:

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]

 

Detailed Description

Data about time with UTC offset.

Constructor & Destructor Documentation

◆ TZTimeOnly() [1/2]

Engine::TZTimeHelper::TZTimeOnly::TZTimeOnly ( )
inline

◆ TZTimeOnly() [2/2]

Engine::TZTimeHelper::TZTimeOnly::TZTimeOnly ( System::u8 hour,
System::u8 minute,
System::u8 second,
System::u64 picosecond,
System::i16 utcOffset )
inline

Member Data Documentation

◆ utcOffset_

System::i16 Engine::TZTimeHelper::TZTimeOnly::utcOffset_

utc offset in minutes - [ -720 , +720 ]