chrono.calendar - Calendar-related classesΒΆ

This module contains various classes that provide calendar-related functionality, such as week numbers, leap years, validation, etc.

chrono.calendar.Calendar is a base class which implements methods common to all gregorian-based calendars, while calendar-specific methods will raise NotImplementedError, and be implemented in subclasses.

Previous topic

chrono.Time - Main class for time handling

Next topic

chrono.calendar.Calendar - Base class for calendars