ID EN
Calendar

IllegalWeekdayError

Python 3.11

A subclass of ValueError, raised when the given weekday number is outside of the range 0-6 (inclusive).

Syntax

PYTHON
exception calendar.IllegalWeekdayError(weekday)

See Also

ValueError