You are here

public function Carbon::nextWeekday in Persian Date for Drupal 8 8.4

Go forward to the next weekday.

Return value

$this

File

src/Library/Carbon/Carbon.php, line 3079

Class

Carbon
A simple API extension for DateTime

Namespace

Drupal\persian_date\Library\Carbon

Code

public function nextWeekday() {
  return $this
    ->nextOrPreviousDay();
}