Dreambox C/C++ SDK v1.0.0
C/C++ SDK for creating Dreambox games
Loading...
Searching...
No Matches
clock_DateTime Struct Reference

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...
 

Detailed Description

Represents date & time values for display.

Definition at line 10 of file db_clock.h.

Field Documentation

◆ day

uint8_t day

The day of the month (1..31)

Definition at line 19 of file db_clock.h.

◆ hour

uint8_t hour

The hour of the day (0..23)

Definition at line 22 of file db_clock.h.

◆ minute

uint8_t minute

The minute of the hour (0..59)

Definition at line 25 of file db_clock.h.

◆ month

uint8_t month

The month (1..12)

Definition at line 16 of file db_clock.h.

◆ second

uint8_t second

The second of the minute (0..59)

Definition at line 28 of file db_clock.h.

◆ year

uint16_t year

The year.

Definition at line 13 of file db_clock.h.


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