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