MiniGUI API Reference (MiniGUI-Standalone)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_SYSTEMTIME Struct Reference

#include <monthcal.h>

Data Fields

int year
 
int month
 
int day
 
int weekday
 

Detailed Description

Structure of the system time

Definition at line 87 of file monthcal.h.

Field Documentation

◆ day

int day

Day number of the date

Definition at line 94 of file monthcal.h.

◆ month

int month

Month number of the date

Definition at line 92 of file monthcal.h.

◆ weekday

int weekday

Weekday number of the date

Definition at line 96 of file monthcal.h.

◆ year

int year

Year number of the date

Definition at line 90 of file monthcal.h.


The documentation for this struct was generated from the following file: