libcmml  0.9.1
Data Fields
CMML_UTC Struct Reference

#include <cmml.h>

Data Fields

short tm_hsec
 
short tm_sec
 
short tm_min
 
short tm_hour
 
short tm_mday
 
short tm_mon
 
short tm_year
 

Detailed Description

CMML_UTC: utc time specification struct similar to the one defined in time.h

Field Documentation

◆ tm_hsec

short CMML_UTC::tm_hsec

hundreds of seconds [0-99]

◆ tm_sec

short CMML_UTC::tm_sec

seconds after the minute [0-59]

◆ tm_min

short CMML_UTC::tm_min

minutes after the hour [0-59]

◆ tm_hour

short CMML_UTC::tm_hour

hours since midnight [0-23]

◆ tm_mday

short CMML_UTC::tm_mday

day of the month [1-31]

◆ tm_mon

short CMML_UTC::tm_mon

months since January [1-12]

◆ tm_year

short CMML_UTC::tm_year

years including century


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