Cake\Chronos\ChronosInterface::startOfWeek PHP Method

startOfWeek() public method

Resets the date to the first day of week (defined in $weekStartsAt) and the time to 00:00:00
public startOfWeek ( ) : static
return static
    public function startOfWeek();
ChronosInterface