Lines Matching refs:week
15 these calendars have Monday as the first day of the week, and Sunday as the last
17 the week to Sunday (6) or to any other weekday. Parameters that specify dates
31 first day of the week. ``0`` is Monday (the default), ``6`` is Sunday.
44 Return an iterator for the week day numbers that will be used for one
45 week. The first value from the iterator will be the same as the value of
54 month that are required to get a complete week.
61 number and a week day number.
94 each week contains 1--7 days. Days are :class:`datetime.date` objects.
100 :meth:`yeardatescalendar`). Entries in the week lists are tuples of day
107 :meth:`yeardatescalendar`). Entries in the week lists are day numbers. Day
124 given, it specifies the number of lines that each week will use. Depends
138 week, and number of spaces between month columns, respectively. Depends on
211 Sets the weekday (``0`` is Monday, ``6`` is Sunday) to start each week. The
224 Returns the current setting for the weekday to start each week.
246 Returns the day of the week (``0`` is Monday) for *year* (``1970``--...),
264 Returns a matrix representing a month's calendar. Each row represents a week;
265 days outside of the month a represented by zeros. Each week begins with Monday
310 An array that represents the days of the week in the current locale.
315 An array that represents the abbreviated days of the week in the current locale.