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 Weekday integer representation.

wkdy_destint

Destination Weekday integer representation.

Returns:
int

Days to the destination Weekday.

Notes

Weekday enumeration based on the datetime standard library.