You are here

protected static property Carbon::$weekendDays in Persian Date for Drupal 8 8.4

Days of weekend.

Type: array

File

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

Class

Carbon
A simple API extension for DateTime

Namespace

Drupal\persian_date\Library\Carbon

Code

protected static $weekendDays = array(
  self::SATURDAY,
  self::SUNDAY,
);