#include <RuntimeMenuItem.h>
Public Member Functions | |
TimeStorage (uint8_t hours, uint8_t minutes, uint8_t seconds=0, uint8_t hundreds=0) | |
TimeStorage (const TimeStorage &other)=default | |
TimeStorage & | operator= (const TimeStorage &other)=default |
Public Attributes | |
uint8_t | hours |
uint8_t | minutes |
uint8_t | seconds |
uint8_t | hundreds |
The storage for a time field can hold down to hundreds of a second, stored as a series of bytes for hours, minutes, seconds and hundreds.