You are here

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

Get the first day of week

Return value

int

File

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

Class

Carbon
A simple API extension for DateTime

Namespace

Drupal\persian_date\Library\Carbon

Code

public static function getWeekStartsAt() {
  return static::$weekStartsAt;
}