| 
    MiniGUI API Reference (MiniGUI-Standalone)
    v4.0.0
    
   A mature and proven cross-platform GUI system for embedded and smart IoT devices 
   | 
 
Modules | |
| Styles of monthcalendar control | |
| Messages of monthcalendar control | |
| Notification codes of monthcalendar control | |
Data Structures | |
| struct | _SYSTEMTIME | 
| struct | _MCCOLORINFO | 
Macros | |
| #define | CTRL_MONTHCALENDAR ("MonthCalendar") | 
| The class name of monthcalendar control.  More... | |
Typedefs | |
| typedef struct _SYSTEMTIME | SYSTEMTIME | 
| typedef SYSTEMTIME * | PSYSTEMTIME | 
| Data type of the pointer to a SYSTEMTIME.  More... | |
| typedef struct _MCCOLORINFO | MCCOLORINFO | 
| typedef MCCOLORINFO * | PMCCOLORINFO | 
| Data type of the pointer to a MCCOLORINFO.  More... | |
| #define CTRL_MONTHCALENDAR ("MonthCalendar") | 
The class name of monthcalendar control.
Definition at line 84 of file monthcal.h.
| typedef struct _MCCOLORINFO MCCOLORINFO | 
Struture of the color info of the monthcalendar control
| typedef MCCOLORINFO * PMCCOLORINFO | 
Data type of the pointer to a MCCOLORINFO.
Definition at line 137 of file monthcal.h.
| typedef SYSTEMTIME * PSYSTEMTIME | 
Data type of the pointer to a SYSTEMTIME.
Definition at line 102 of file monthcal.h.
| typedef struct _SYSTEMTIME SYSTEMTIME | 
Structure of the system time
 1.8.13