Function make_delta

Source
fn make_delta(
    py: Python<'_>,
    days: i32,
    seconds: i32,
    microseconds: i32,
) -> PyResult<Bound<'_, PyDelta>>
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here