• Home
  • Raw
  • Download

Lines Matching full:year

49    .. method:: itermonthdates(year, month)
51 Return an iterator for the month *month* (1--12) in the year *year*. This
57 .. method:: itermonthdays2(year, month)
59 Return an iterator for the month *month* in the year *year* similar to
64 .. method:: itermonthdays(year, month)
66 Return an iterator for the month *month* in the year *year* similar to
70 .. method:: monthdatescalendar(year, month)
72 Return a list of the weeks in the month *month* of the *year* as full
76 .. method:: monthdays2calendar(year, month)
78 Return a list of the weeks in the month *month* of the *year* as full
83 .. method:: monthdayscalendar(year, month)
85 Return a list of the weeks in the month *month* of the *year* as full
89 .. method:: yeardatescalendar(year[, width])
91 Return the data for the specified year ready for formatting. The return
97 .. method:: yeardays2calendar(year[, width])
99 Return the data for the specified year ready for formatting (similar to
104 .. method:: yeardayscalendar(year[, width])
106 Return the data for the specified year ready for formatting (similar to
136 Return a *m*-column calendar for an entire year as a multi-line string.
140 :meth:`setfirstweekday` method. The earliest year for which a calendar
146 Print the calendar for an entire year as returned by :meth:`formatyear`.
160 Return a month's calendar as an HTML table. If *withyear* is true the year
167 Return a year's calendar as an HTML table. *width* (defaulting to 3)
173 Return a year's calendar as a complete HTML page. *width* (defaulting to
229 .. function:: isleap(year)
231 Returns :const:`True` if *year* is a leap year, otherwise :const:`False`.
244 .. function:: weekday(year, month, day)
246 Returns the day of the week (``0`` is Monday) for *year* (``1970``--...),
256 .. function:: monthrange(year, month)
259 specified *year* and *month*.
262 .. function:: monthcalendar(year, month)
282 .. function:: prcal(year[, w[, l[c]]])
284 Prints the calendar for an entire year as returned by :func:`calendar`.
287 .. function:: calendar(year[, w[, l[c]]])
289 Returns a 3-column calendar for an entire year as a multi-line string using the
320 An array that represents the months of the year in the current locale. This
327 An array that represents the abbreviated months of the year in the current