Function add_date_interval

Source
fn add_date_interval<'a>(
    date: Date,
    interval: Interval,
) -> Result<Datum<'a>, EvalError>