MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <monthcal.h>
Data Fields | |
int | year |
int | month |
int | day |
int | weekday |
Structure of the system time
Definition at line 75 of file monthcal.h.
int day |
Day number of the date
Definition at line 82 of file monthcal.h.
int month |
Month number of the date
Definition at line 80 of file monthcal.h.
int weekday |
Weekday number of the date
Definition at line 84 of file monthcal.h.
int year |
Year number of the date
Definition at line 78 of file monthcal.h.