Retro Rocket Kernel
BASIC-Powered Operating System
datetime_t Struct Reference

A representation of date and time. More...

#include <clock.h>

+ Collaboration diagram for datetime_t:

Data Fields

uint8_t century
 
uint8_t year
 
uint8_t month
 
uint8_t day
 
uint8_t hour
 
uint8_t minute
 
uint8_t second
 

Detailed Description

A representation of date and time.

Field Documentation

◆ century

uint8_t datetime_t::century

◆ day

uint8_t datetime_t::day

◆ hour

uint8_t datetime_t::hour

◆ minute

uint8_t datetime_t::minute

◆ month

uint8_t datetime_t::month

◆ second

uint8_t datetime_t::second

◆ year

uint8_t datetime_t::year