|
Retro Rocket Kernel
BASIC-Powered Operating System
|
A representation of date and time. More...
#include <clock.h>
Collaboration diagram for datetime_t:Data Fields | |
| uint8_t | century |
| uint8_t | year |
| uint8_t | month |
| uint8_t | day |
| uint8_t | hour |
| uint8_t | minute |
| uint8_t | second |
A representation of date and time.
| uint8_t datetime_t::century |
| uint8_t datetime_t::day |
| uint8_t datetime_t::hour |
| uint8_t datetime_t::minute |
| uint8_t datetime_t::month |
| uint8_t datetime_t::second |
| uint8_t datetime_t::year |