|
RTS API Documentation
1.10.11
|
#include <switch_apr.h>
Collaboration diagram for switch_time_exp_t:Data Fields | |
| int32_t | tm_usec |
| int32_t | tm_sec |
| int32_t | tm_min |
| int32_t | tm_hour |
| int32_t | tm_mday |
| int32_t | tm_mon |
| int32_t | tm_year |
| int32_t | tm_wday |
| int32_t | tm_yday |
| int32_t | tm_isdst |
| int32_t | tm_gmtoff |
a structure similar to ANSI struct tm with the following differences:
Definition at line 198 of file switch_apr.h.
1.8.13