Skip to main content

due_within

Function due_within 

Source
pub fn due_within(
    reg: &LoadedRegistry,
    today: NaiveDate,
    window_days: i64,
) -> Vec<DueRow>
Expand description

Return controls due within window days of today (inclusive).