Home
last modified time | relevance | path

Searched refs:dayofweek (Results 1 – 3 of 3) sorted by relevance

/external/python/dateutil/dateutil/tz/
Dwin.py333 def picknthweekday(year, month, dayofweek, hour, minute, whichweek): argument
339 weekdayone = first.replace(day=((dayofweek - first.isoweekday()) % 7) + 1)
/external/pdfium/xfa/fwl/
Dcfwl_monthcalendar.h78 int32_t dayofweek,
Dcfwl_monthcalendar.cpp812 int32_t dayofweek, in DATEINFO() argument
817 iDayOfWeek(dayofweek), in DATEINFO()