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

Data about date. More...

#include <B2BITS_TZTimeHelper.h>

+ Inheritance diagram for Engine::TZTimeHelper::UTCDateOnly:

Public Member Functions

 UTCDateOnly ()
 
 UTCDateOnly (System::u16 year, System::u8 month, System::u8 day)
 

Public Attributes

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.

Constructor & Destructor Documentation

◆ UTCDateOnly() [1/2]

Engine::TZTimeHelper::UTCDateOnly::UTCDateOnly ( )
inline

◆ UTCDateOnly() [2/2]

Engine::TZTimeHelper::UTCDateOnly::UTCDateOnly ( System::u16 year,
System::u8 month,
System::u8 day )
inline

Member Data Documentation

◆ day_

System::u8 Engine::TZTimeHelper::UTCDateOnly::day_

day of the month - [1,31]

◆ month_

System::u8 Engine::TZTimeHelper::UTCDateOnly::month_

months since January - [1,12]

◆ year_

System::u16 Engine::TZTimeHelper::UTCDateOnly::year_

years