DataStore::update_interval_boundary_dates( AutomatticWooCommerceAdminAPIReportsDateTime $start_datetime, AutomatticWooCommerceAdminAPIReportsDateTime $end_datetime, string $time_interval, array $intervals )

Updates start and end dates for intervals so that they represent intervals’ borders, not times when data in db were recorded.


Description Description

E.g. if there are db records for only Tuesday and Thursday this week, the actual week interval is [Mon, Sun], not [Tue, Thu].


Parameters Parameters

$start_datetime

(Required) Start date.

$end_datetime

(Required) End date.

$time_interval

(Required) Time interval, e.g. day, week, month.

$intervals

(Required) Array of intervals extracted from SQL db.


Top ↑

Source Source

File: packages/woocommerce-admin/src/API/Reports/DataStore.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.