TimeInterval::normalize_between_params()
Method: Normalize “*_between” parameters to “*_min” and “*_max” for numeric values and “*_after” and “*_before” for date values.
Source: packages/woocommerce-admin/src/API/Reports/TimeInterval.php:541
Method: Normalize “*_between” parameters to “*_min” and “*_max” for numeric values and “*_after” and “*_before” for date values.
Source: packages/woocommerce-admin/src/API/Reports/TimeInterval.php:541
Method: Validate a “*_between” range argument (an array with 2 numeric items).
Source: packages/woocommerce-admin/src/API/Reports/TimeInterval.php:582
Method: Validate a “*_between” range argument (an array with 2 date items).
Source: packages/woocommerce-admin/src/API/Reports/TimeInterval.php:614
Method: Returns a new DateTime object representing the next hour start/previous hour end if reversed.
Source: packages/woocommerce-admin/src/API/Reports/TimeInterval.php:281
Method: Returns a new DateTime object representing the next day start, or previous day end if reversed.
Source: packages/woocommerce-admin/src/API/Reports/TimeInterval.php:304
Method: Returns DateTime object representing the next week start, or previous week end if reversed.
Source: packages/woocommerce-admin/src/API/Reports/TimeInterval.php:332
Method: Returns a new DateTime object representing the next month start, or previous month end if reversed.
Source: packages/woocommerce-admin/src/API/Reports/TimeInterval.php:358
Method: Returns a new DateTime object representing the next quarter start, or previous quarter end if reversed.
Source: packages/woocommerce-admin/src/API/Reports/TimeInterval.php:388
Method: Return a new DateTime object representing the next year start, or previous year end if reversed.
Source: packages/woocommerce-admin/src/API/Reports/TimeInterval.php:448
Method: Returns beginning of next time interval for provided DateTime.
Source: packages/woocommerce-admin/src/API/Reports/TimeInterval.php:477