Time without UTC offset.
More...
#include <B2BITS_TZTimeHelper.h>
|
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]
|
|
◆ 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 |
◆ 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]