Lines Matching refs:week
16 these calendars have Monday as the first day of the week, and Sunday as the last
18 the week to Sunday (6) or to any other weekday. Parameters that specify dates
34 first day of the week. ``0`` is Monday (the default), ``6`` is Sunday.
45 Return an iterator for the week day numbers that will be used for one
46 week. The first value from the iterator will be the same as the value of
55 month that are required to get a complete week.
71 number and a week day number.
89 of the month, and a day of the week numbers.
118 each week contains 1--7 days. Days are :class:`datetime.date` objects.
124 :meth:`yeardatescalendar`). Entries in the week lists are tuples of day
131 :meth:`yeardatescalendar`). Entries in the week lists are day numbers. Day
145 given, it specifies the number of lines that each week will use. Depends
159 week, and number of spaces between month columns, respectively. Depends on
304 Sets the weekday (``0`` is Monday, ``6`` is Sunday) to start each week. The
315 Returns the current setting for the weekday to start each week.
333 Returns the day of the week (``0`` is Monday) for *year* (``1970``--...),
351 Returns a matrix representing a month's calendar. Each row represents a week;
352 days outside of the month a represented by zeros. Each week begins with Monday
391 An array that represents the days of the week in the current locale.
396 An array that represents the abbreviated days of the week in the current locale.