Home
last modified time | relevance | path

Searched defs:months (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/jsproxy/
H A Dpac.js94 var months = {JAN: 0, FEB: 1, MAR: 2, APR: 3, MAY: 4, JUN: 5, JUL: 6, AUG: 7, SEP: 8, OCT: 9, NOV: … class
/reactos/modules/rostests/winetests/comctl32/
H A Dmonthcal.c528 static MONTHDAYSTATE months[14] = { 0 }; in parent_wnd_proc() local
/reactos/dll/win32/comctl32/
H A Dmonthcal.c485 static inline void MONTHCAL_GetMonth(SYSTEMTIME *date, INT months) in MONTHCAL_GetMonth()
1529 MONTHCAL_SetDayState(const MONTHCAL_INFO *infoPtr, INT months, MONTHDAYSTATE *states) in MONTHCAL_SetDayState()