Dreambox C/C++ SDK v1.0.0
C/C++ SDK for creating Dreambox games
|
Represents date & time values for display. More...
#include <db_clock.h>
Data Fields | |
uint16_t | year |
The year. More... | |
uint8_t | month |
The month (1..12) More... | |
uint8_t | day |
The day of the month (1..31) More... | |
uint8_t | hour |
The hour of the day (0..23) More... | |
uint8_t | minute |
The minute of the hour (0..59) More... | |
uint8_t | second |
The second of the minute (0..59) More... | |
Represents date & time values for display.
Definition at line 10 of file db_clock.h.
uint8_t day |
The day of the month (1..31)
Definition at line 19 of file db_clock.h.
uint8_t hour |
The hour of the day (0..23)
Definition at line 22 of file db_clock.h.
uint8_t minute |
The minute of the hour (0..59)
Definition at line 25 of file db_clock.h.
uint8_t month |
The month (1..12)
Definition at line 16 of file db_clock.h.
uint8_t second |
The second of the minute (0..59)
Definition at line 28 of file db_clock.h.
uint16_t year |
The year.
Definition at line 13 of file db_clock.h.