Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
afw_time_no_time_zone_s Struct Reference

time with no time zone. More...

#include <afw_common.h>

Data Fields

afw_uint8_t hour
 
afw_uint8_t minute
 
afw_uint8_t second
 
afw_uint32_t microsecond
 

Detailed Description

time with no time zone.

Definition at line 1726 of file afw_common.h.

Field Documentation

◆ hour

Hour (0-24). If hour is 24 then other values must be 0.

Definition at line 1729 of file afw_common.h.

◆ microsecond

afw_uint32_t microsecond

Microsecond (0-999999).

Definition at line 1738 of file afw_common.h.

◆ minute

afw_uint8_t minute

Minute (0-59).

Definition at line 1732 of file afw_common.h.

◆ second

afw_uint8_t second

Second (0-60+). 60 or more is allowed for leap seconds.

Definition at line 1735 of file afw_common.h.


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