#include <b2bits/types/TZTimeHelper.h>
B2bits::TZTimeHelper::UTCTimeOnly::UTCTimeOnly |
( |
| ) |
|
|
inline |
B2bits::TZTimeHelper::UTCTimeOnly::UTCTimeOnly |
( |
u8 |
hour, |
|
|
u8 |
minute, |
|
|
u8 |
second, |
|
|
u64 |
picosecond |
|
) |
| |
|
inline |
u8 B2bits::TZTimeHelper::UTCTimeOnly::hour_ |
hours since midnight - [0,23]
u8 B2bits::TZTimeHelper::UTCTimeOnly::minute_ |
minutes after the hour - [0,59]
u64 B2bits::TZTimeHelper::UTCTimeOnly::picosecond_ |
picoseconds after the second - [0,999999999999]
u8 B2bits::TZTimeHelper::UTCTimeOnly::second_ |
seconds after the minute - [0,59]