# Adjustments
Schedule adjustments are functions that accept a datetime and modify it in some way.
Adjustments have the signature Callable[[datetime], datetime].
# Functions
| top-level functions: | 
|---|
prefect.schedules.adjustments.add (interval)[source] | 
Adjustment that adds a specified interval to the date. 
 
  | 
prefect.schedules.adjustments.next_weekday (dt)[source] | 
Adjustment that advances a date to the next weekday. If the date is already a weekday, it is returned unadjusted. 
 
  | 
This documentation was auto-generated from commit n/a 
on July 1, 2021 at 18:35 UTC
← Twitter Tasks Clocks →