#include <RuntimeMenuItem.h>
Public Member Functions | |
DateStorage (int day, int month, int year) | |
DateStorage (const DateStorage &other)=default | |
DateStorage & | operator= (const DateStorage &other)=default |
Public Attributes | |
uint8_t | day |
uint8_t | month |
uint16_t | year |
Storage of a date field where the month and day are represented as a single byte, and the year is a 16 bit value.