Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
shift_months in datafusion::common::delta - Rust
[go: Go Back, main page]

pub fn shift_months<D>(date: D, months: i32, sign: i32) -> Dwhere
    D: Datelike,
Expand description

Shift a date by the given number of months. Ambiguous month-ends are shifted backwards as necessary.