Searched refs:CalendarGetMonth (Results 1 – 1 of 1) sorted by relevance
69 static uint32_t CalendarGetMonth( uint32_t days, uint32_t year );237 localtime->tm_mon = CalendarGetMonth( days, localtime->tm_year ); in SysTimeLocalTime()255 static uint32_t CalendarGetMonth( uint32_t days, uint32_t year ) in CalendarGetMonth() function