![]() |
RainbowBS Manual
v0.1.0
Written by QWQ([email protected])
|
tTime Struct Reference
Time structure.
#include <RainbowBS.h>
Collaboration diagram for tTime:

Data Fields | |
| U16 | year |
| U8 | month |
| U8 | day |
| U8 | day_of_week |
| U8 | hour |
| U8 | minute |
| U8 | second |
| U16 | milliseconds |
Field Documentation
| U8 day |
day of month[1,31]
| U8 day_of_week |
day of week[0,6]
| U8 hour |
hour[0,23]
| U16 milliseconds |
milliseconds[0,999]
| U8 minute |
minute[0,59]
| U8 month |
month[1,12]
| U8 second |
second[0,59]
| U16 year |
year[1601,30827]
The documentation for this struct was generated from the following file:
Generated by
1.8.9.1
