Tizen RT Libs&Environment  v1.1 D4
tm Struct Reference

Structure containing a calendar date and time. More...

#include <time.h>

Data Fields

int tm_sec
 
int tm_min
 
int tm_hour
 
int tm_mday
 
int tm_mon
 
int tm_year
 

Detailed Description

Structure containing a calendar date and time.

Definition at line 173 of file time.h.

Field Documentation

◆ tm_hour

int tm_hour

Definition at line 176 of file time.h.

◆ tm_mday

int tm_mday

Definition at line 177 of file time.h.

◆ tm_min

int tm_min

Definition at line 175 of file time.h.

◆ tm_mon

int tm_mon

Definition at line 178 of file time.h.

◆ tm_sec

int tm_sec

Definition at line 174 of file time.h.

◆ tm_year

int tm_year

Definition at line 179 of file time.h.


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