property cmfcCalendarV1Gregorian::$_weeksName in Calendar Systems 6
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksName
- 8.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksName
- 5 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksName
- 6.3 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksName
- 7.3 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksName
- 7 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksName
- 7.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksName
File
- calendar/v1/ calendarSystems/ gregorian.class.inc.php, line 46 
Class
- cmfcCalendarV1Gregorian
- @desc
Code
var $_weeksName = array(
  '0' => 'يكشنبه',
  //Sunday
  '1' => 'دوشنبه',
  '2' => 'سه شنبه',
  '3' => 'چهارشنبه',
  '4' => 'پنجشنبه',
  '5' => 'جمعه',
  '6' => 'شنبه',
);