time Struct Reference

#include <time.h>

Data Fields

unsigned char ti_min
 Minutes. More...
 
unsigned char ti_hour
 Hours. More...
 
unsigned char ti_hund
 Hundredths of seconds. More...
 
unsigned char ti_sec
 Seconds. More...
 

Detailed Description

Definition at line 48 of file time.h.

Field Documentation

◆ ti_hour

unsigned char ti_hour

Hours.

Definition at line 50 of file time.h.

◆ ti_hund

unsigned char ti_hund

Hundredths of seconds.

Definition at line 51 of file time.h.

◆ ti_min

unsigned char ti_min

Minutes.

Definition at line 49 of file time.h.

◆ ti_sec

unsigned char ti_sec

Seconds.

Definition at line 52 of file time.h.


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