Searched defs:u8Month (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dtime.h592 uint8_t u8Month; member in struct:RTTIME
682 * The fields u8Month, u8WeekDay and u8MonthDay are not used,
/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp533 uint8_t u8Month = from_bcd(pThis, pThis->cmos_data[RTC_MONTH]) ; local
536 u8Hr, u8Min, u8Sec, u8Year, u8Month, u8Day);
1009 Tm.tm_mon = Time.u8Month - 1;

Completed in 769 milliseconds