< Structure for time and date values. More...
#include <kanzi/core/legacy/time/kzs_time.hpp>
Public Attributes | |
kzUint | hours |
Hours 0-23. More... | |
kzUint | minutes |
Minutes 0-59. More... | |
kzUint | seconds |
Seconds 0-59. More... | |
kzUint | day |
Day of month. More... | |
kzUint | month |
Month of year. More... | |
kzUint | year |
Year. More... | |
< Structure for time and date values.
kzUint KzsTime::hours |
Hours 0-23.
kzUint KzsTime::minutes |
Minutes 0-59.
kzUint KzsTime::seconds |
Seconds 0-59.
kzUint KzsTime::day |
Day of month.
1 is the first day.
kzUint KzsTime::month |
Month of year.
1 is January.
kzUint KzsTime::year |
Year.