Home
last modified time | relevance | path

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

/external/python/dateutil/dateutil/tz/
Dwin.py294 def picknthweekday(year, month, dayofweek, hour, minute, whichweek): argument
300 weekdayone = first.replace(day=((dayofweek - first.isoweekday()) % 7) + 1)
/external/pdfium/xfa/fwl/
Dcfwl_monthcalendar.h79 int32_t dayofweek,
Dcfwl_monthcalendar.cpp886 int32_t dayofweek, in DATEINFO() argument
891 iDayOfWeek(dayofweek), in DATEINFO()