CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
TimeParts Struct Reference

Decomposed time structure with individual date/time components. More...

#include <time.h>

Data Fields

uint32 usec
 Microseconds (0-999999)
 
int32 year
 Year (negative for BCE, no year 0)
 
uint8 month
 Month (1-12)
 
uint8 day
 Day of month (1-31)
 
uint8 hour
 Hour (0-23)
 
uint8 minute
 Minute (0-59)
 
uint8 second
 Second (0-59)
 
uint8 wday
 Day of week (0-6, Sunday=0)
 
uint16 yday
 Day of year (0-365)
 

Detailed Description

Decomposed time structure with individual date/time components.

Definition at line 57 of file time.h.


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