Searched refs:END_OF_FEBRUARY_LEAP (Results 1 – 1 of 1) sorted by relevance
29 #define END_OF_FEBRUARY_LEAP 60 //31+29 macro260 if( days < END_OF_FEBRUARY_LEAP ) in CalendarGetMonth()267 month = CalendarDiv61( ( days - END_OF_FEBRUARY_LEAP ) * 2 ) + 2; in CalendarGetMonth()