|
KallistiOS
2.0.0
|
BCD timestamp, used several places in the vmufs. More...
#include <dc/vmufs.h>
Data Fields | |
| uint8 | cent |
| Century. | |
| uint8 | year |
| Year, within century. | |
| uint8 | month |
| Month of the year. | |
| uint8 | day |
| Day of the month. | |
| uint8 | hour |
| Hour of the day. | |
| uint8 | min |
| Minutes. | |
| uint8 | sec |
| Seconds. | |
| uint8 | dow |
| Day of week (0 = monday, etc) | |
BCD timestamp, used several places in the vmufs.
| uint8 vmu_timestamp_t::cent |
Century.
| uint8 vmu_timestamp_t::day |
Day of the month.
| uint8 vmu_timestamp_t::dow |
Day of week (0 = monday, etc)
| uint8 vmu_timestamp_t::hour |
Hour of the day.
| uint8 vmu_timestamp_t::min |
Minutes.
| uint8 vmu_timestamp_t::month |
Month of the year.
| uint8 vmu_timestamp_t::sec |
Seconds.
| uint8 vmu_timestamp_t::year |
Year, within century.
1.8.1.1