time 1.0
Time validation library
Loading...
Searching...
No Matches
FORMAT_DateTime_t Struct Reference

Combines date and time into a single timestamp structure. More...

#include <time.h>

Collaboration diagram for FORMAT_DateTime_t:

Data Fields

FORMAT_Date date
FORMAT_Time time

Detailed Description

Combines date and time into a single timestamp structure.

This structure groups a formatted calendar date and a time-of-day value into a single container, providing a compact representation of an absolute point in time. It is intended for use in embedded applications where date and time are handled together, for example when reading from or writing to RTC devices.

Field Documentation

◆ date

Calendar date component

◆ time

Time-of-day component


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