You are here

public static function Carbon::getWeekEndsAt in Persian Date for Drupal 8 8.4

Get the last day of week

Return value

int

File

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

Class

Carbon
A simple API extension for DateTime

Namespace

Drupal\persian_date\Library\Carbon

Code

public static function getWeekEndsAt() {
  return static::$weekEndsAt;
}