days_to_weekday¶
- scheduler.util.days_to_weekday(wkdy_src: int, wkdy_dest: int) int[source]¶
Calculate the days to a specific destination weekday.
- Parameters:
- wkdy_srcint
Source
Weekdayinteger representation.- wkdy_destint
Destination
Weekdayinteger representation.
- Returns:
- int
Days to the destination
Weekday.
Notes
Weekday enumeration based on the datetime standard library.