![]() |
Max OS 0.3
|
Defines a Time struct for storing date and time information, along with functions for time manipulation. More...
#include <cstdint>Go to the source code of this file.
Classes | |
| struct | MaxOS::common::Time |
| Stores the year, month, day, hour, minute and second of a time. More... | |
Typedefs | |
| typedef struct MaxOS::common::Time | MaxOS::common::time_t |
| Alias for Time struct. | |
Variables | |
| constexpr uint8_t | MaxOS::common::DAYS_IN_MONTH [] |
| Number of days in each month indexed by month number - 1. | |
| constexpr uint16_t | MaxOS::common::DAYS_PER_YEAR = 365 |
| Number of days in a non-leap year. | |
| constexpr uint16_t | MaxOS::common::DAYS_PER_LEAP_YEAR = 366 |
| Number of days in a leap year. | |
Defines a Time struct for storing date and time information, along with functions for time manipulation.
Definition in file time.h.
|
constexpr |
Number of days in each month indexed by month number - 1.
Definition at line 72 of file time.h.
|
constexpr |