• Home
  • Raw
  • Download

Lines Matching full:year

27 interpreted as prescribed by the ISO 8601 standard.  Year 0 is 1 BC, year -1 is
50 .. method:: itermonthdates(year, month)
52 Return an iterator for the month *month* (1--12) in the year *year*. This
58 .. method:: itermonthdays(year, month)
60 Return an iterator for the month *month* in the year *year* similar to
66 .. method:: itermonthdays2(year, month)
68 Return an iterator for the month *month* in the year *year* similar to
74 .. method:: itermonthdays3(year, month)
76 Return an iterator for the month *month* in the year *year* similar to
78 range. Days returned will be tuples consisting of a year, a month and a day
84 .. method:: itermonthdays4(year, month)
86 Return an iterator for the month *month* in the year *year* similar to
88 range. Days returned will be tuples consisting of a year, a month, a day
94 .. method:: monthdatescalendar(year, month)
96 Return a list of the weeks in the month *month* of the *year* as full
100 .. method:: monthdays2calendar(year, month)
102 Return a list of the weeks in the month *month* of the *year* as full
107 .. method:: monthdayscalendar(year, month)
109 Return a list of the weeks in the month *month* of the *year* as full
113 .. method:: yeardatescalendar(year, width=3)
115 Return the data for the specified year ready for formatting. The return
121 .. method:: yeardays2calendar(year, width=3)
123 Return the data for the specified year ready for formatting (similar to
128 .. method:: yeardayscalendar(year, width=3)
130 Return the data for the specified year ready for formatting (similar to
157 Return a *m*-column calendar for an entire year as a multi-line string.
161 :meth:`setfirstweekday` method. The earliest year for which a calendar
167 Print the calendar for an entire year as returned by :meth:`formatyear`.
179 Return a month's calendar as an HTML table. If *withyear* is true the year
186 Return a year's calendar as an HTML table. *width* (defaulting to 3)
192 Return a year's calendar as a complete HTML page. *width* (defaulting to
248 The CSS class for the whole year's table of tables (used by
249 :meth:`formatyear`). The default value is ``"year"``.
256 The CSS class for the table head for the whole year (used by
257 :meth:`formatyear`). The default value is ``"year"``.
318 .. function:: isleap(year)
320 Returns :const:`True` if *year* is a leap year, otherwise :const:`False`.
331 .. function:: weekday(year, month, day)
333 Returns the day of the week (``0`` is Monday) for *year* (``1970``--...),
343 .. function:: monthrange(year, month)
346 specified *year* and *month*.
349 .. function:: monthcalendar(year, month)
367 .. function:: prcal(year, w=0, l=0, c=6, m=3)
369 Prints the calendar for an entire year as returned by :func:`calendar`.
372 .. function:: calendar(year, w=2, l=1, c=6, m=3)
374 Returns a 3-column calendar for an entire year as a multi-line string using
401 An array that represents the months of the year in the current locale. This
408 An array that represents the abbreviated months of the year in the current