2. API Reference
- class python_calendar.Day(date)
- Parameters:
week (int) – Number of the week
day (int) – Number of the day in the month
month (int) – Number of the month
year (int) – The year
- class python_calendar.Week(day)
- class python_calendar.Month(day)
- class python_calendar.Year(day)
- class python_calendar.Calendar
- Parameters: