📄️ DayOfWeekEnum (enum)
📄️ MonthEnum (enum)
🗃️ DayIdxOf... (classes)
5 items
🗃️ Offset... (classes)
4 items
📄️ DateModPipeline (class)
The class to chain together a series of date modifier classes into a pipeline where the pipeline can be used to apply multiple modifications to an input date. A date modifier class is any class in dateutils that starts with "DayIdxOf", "Offset", or "DateModPipeline".
📄️ DateStringModifier (class)
Similar to [DateModPipeline] except all input and output dates are strings instead of datetime.date.
📄️ TimestampModifier (class)
Similar to [DateModPipeline] except all input and output dates are unix timestamps as floats instead of datetime.date.
📄️ types (module)
The following are abstract base classes in the dateutils.types module that can be used for Python type hinting: