Home | History | Annotate | Download | only in library

Lines Matching full:weekday

18 the week to Sunday (6) or to any other weekday.  Parameters that specify dates
78 weeks. Weeks are lists of seven tuples of day numbers and weekday
100 numbers and weekday numbers. Day numbers outside this month are zero.
121 on the first weekday as specified in the constructor or set by the
135 the first weekday as specified in the constructor or set by the
177 constructor and will return month and weekday names in the specified locale.
178 If this locale includes an encoding all strings containing month and weekday
185 constructor and will return month and weekday names in the specified
187 weekday names will be returned as unicode.
198 .. function:: setfirstweekday(weekday)
200 Sets the weekday (``0`` is Monday, ``6`` is Sunday) to start each week. The
203 convenience. For example, to set the first weekday to Sunday::
211 Returns the current setting for the weekday to start each week.
227 .. function:: weekday(year, month, day)
235 Return a header containing abbreviated weekday names. *n* specifies the width in
236 characters for one weekday.
241 Returns weekday of first day of the month and number of days in month, for the