Structure representing times of Day.

Syntax

struct time_struct
{
    unsigned char  ti_hour; 
    unsigned char  ti_min; 
    unsigned char  ti_sec; 
};

Members

ti_hour
 Hour
ti_min
 Minutes
ti_sec
 Seconds

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2020/10/21