tcMenu
Public Member Functions | Public Attributes | List of all members
DateStorage Struct Reference

#include <RuntimeMenuItem.h>

Public Member Functions

 DateStorage (int day, int month, int year)
 
 DateStorage (const DateStorage &other)=default
 
DateStorageoperator= (const DateStorage &other)=default
 

Public Attributes

uint8_t day
 
uint8_t month
 
uint16_t year
 

Detailed Description

Storage of a date field where the month and day are represented as a single byte, and the year is a 16 bit value.


The documentation for this struct was generated from the following file: