Searched refs:picknthweekday (Results 1 – 1 of 1) sorted by relevance
/external/python/dateutil/dateutil/tz/ |
D | win.py | 181 dston = picknthweekday(year, self._dstmonth, self._dstdayofweek, 185 dstoff = picknthweekday(year, self._stdmonth, self._stddayofweek, 333 def picknthweekday(year, month, dayofweek, hour, minute, whichweek): function
|