Searched refs:pMonth (Results 1 – 1 of 1) sorted by relevance
818 int* pMonth = daysMonth; in _TimeFromYearMonth() local820 pMonth = leapDaysMonth; in _TimeFromYearMonth()821 return _TimeFromYear(y) + ((double)pMonth[m])*86400000; in _TimeFromYearMonth()