Time of day. More...
#include <type.h>
Data Fields | |
| bool | valid |
| true if time is valid More... | |
| int | hour |
| hour, -1 if invalid More... | |
| int | minute |
| minute, -1 if invalid More... | |
| int | second |
| second, -1 if invalid More... | |
| int | millisecond |
| millisecond, -1 if invalid More... | |
Time of day.
| int ast_timeofday_t::hour |
hour, -1 if invalid
| int ast_timeofday_t::millisecond |
millisecond, -1 if invalid
| int ast_timeofday_t::minute |
minute, -1 if invalid
| int ast_timeofday_t::second |
second, -1 if invalid
| bool ast_timeofday_t::valid |
true if time is valid