#include <types.h>
This structure represent the parsed representation of time. It is acquired by calling pj_time_decode().
◆ day
This represents day of month: 1-31
◆ hour
This represents the hour part, with the value is 0-23
◆ min
This represents the minute part, with the value is: 0-59
◆ mon
This represents month, with the value is 0 - 11 (zero is January)
◆ msec
This represents the milisecond part, with the value is 0-999
◆ sec
This represents the second part, with the value is 0-59
◆ wday
This represents day of week where value zero means Sunday
◆ year
This represent the actual year (unlike in ANSI libc where the value must be added by 1900).
The documentation for this struct was generated from the following file: