Home
last modified time | relevance | path

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

/external/python/dateutil/dateutil/tz/
Dwin.py181 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