Searched refs:gs_cumulatedDays (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp320 static const wxDateTime::wxDateTime_t gs_cumulatedDays[2][MONTHS_IN_YEAR] = variable
2106 return (wxDateTime::wxDateTime_t)(gs_cumulatedDays[wxDateTime::IsLeapYear(tm.year)][tm.mon] + tm.mday);
2208 // for Dec, we can't compare with gs_cumulatedDays[mon + 1], but we
2211 if ( (mon == Dec) || (yday <= gs_cumulatedDays[isLeap][mon + 1]) )
2213 Set((wxDateTime::wxDateTime_t)(yday - gs_cumulatedDays[isLeap][mon]), mon, year);

Completed in 65 milliseconds