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

Time without UTC offset. More...

#include <B2BITS_TZTimeHelper.h>

+ Inheritance diagram for Engine::TZTimeHelper::UTCTimeOnly:

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]

 
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

Time without UTC offset.

Constructor & Destructor Documentation

◆ UTCTimeOnly() [1/2]

Engine::TZTimeHelper::UTCTimeOnly::UTCTimeOnly ( )
inline

◆ UTCTimeOnly() [2/2]

Engine::TZTimeHelper::UTCTimeOnly::UTCTimeOnly ( System::u8 hour,
System::u8 minute,
System::u8 second,
System::u64 picosecond )
inline

Member Data Documentation

◆ hour_

System::u8 Engine::TZTimeHelper::UTCTimeOnly::hour_

hours since midnight - [0,23]

◆ minute_

System::u8 Engine::TZTimeHelper::UTCTimeOnly::minute_

minutes after the hour - [0,59]

◆ picosecond_

System::u64 Engine::TZTimeHelper::UTCTimeOnly::picosecond_

picoseconds after the second - [0,999999999999]

◆ second_

System::u8 Engine::TZTimeHelper::UTCTimeOnly::second_

seconds after the minute - [0,59]