![]() |
Max OS 0.3
|
Stores the year, month, day, hour, minute and second of a time. More...
#include <time.h>
Public Member Functions | |
| bool | is_leap_year () const |
| Checks if the year is a leap year. | |
Public Attributes | |
| uint16_t | year |
| The year. | |
| uint8_t | month |
| The month (1-12) | |
| uint8_t | day |
| The day (1-31) | |
| uint8_t | hour |
| The hour (0-23) | |
| uint8_t | minute |
| The minute (0-59) | |
| uint8_t | second |
| The second (0-59) | |
Stores the year, month, day, hour, minute and second of a time.
|
inline |
| uint16_t MaxOS::common::Time::year |