muteki
Loading...
Searching...
No Matches
datetime_t Struct Reference

The datetime struct used by GetSysTime() and SetSysTime(). More...

#include <datetime.h>

Data Fields

short year
 
short month
 
short weekday
 
short day
 
short hour
 
short minute
 
short second
 
short millis
 

Detailed Description

The datetime struct used by GetSysTime() and SetSysTime().

Field Documentation

◆ day

short datetime_t::day

Day of month.

◆ hour

short datetime_t::hour

Number of hours past midnight.

◆ millis

short datetime_t::millis

Number of milliseconds after the second.

◆ minute

short datetime_t::minute

Number of minutes after the hour.

◆ month

short datetime_t::month

Month of year.

◆ second

short datetime_t::second

Number of seconds after the minute.

◆ weekday

short datetime_t::weekday

Day of week (0..6). 0 is Sunday.

◆ year

short datetime_t::year

Year.


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