RTEMS 6.1-rc4
|
This type represents Classic API calendar times. More...
#include <types.h>
Data Fields | |
uint32_t | year |
This member contains the year A.D. | |
uint32_t | month |
This member contains the month of the year with values from 1 to 12. | |
uint32_t | day |
This member contains the day of the month with values from 1 to 31. | |
uint32_t | hour |
This member contains the hour of the day with values from 0 to 23. | |
uint32_t | minute |
This member contains the minute of the hour with values from 0 to 59. | |
uint32_t | second |
This member contains the second of the minute with values from 0 to 59. | |
uint32_t | ticks |
This member contains the clock tick of the second with values from 0 to rtems_clock_get_ticks_per_second() minus one. | |
This type represents Classic API calendar times.