[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/dragonmantank/cron-expression/src/Cron/ -> DayOfWeekField.php (summary)

(no description)

File Size: 194 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

DayOfWeekField:: (4 methods):
  __construct()
  isSatisfiedBy()
  increment()
  validate()


Class: DayOfWeekField  - X-Ref

Day of week field.  Allows: * / , - ? L #.

Days of the week can be represented as a number 0-7 (0|7 = Sunday)
or as a three letter string: SUN, MON, TUE, WED, THU, FRI, SAT.

'L' stands for "last". It allows you to specify constructs such as
"the last Friday" of a given month.

'#' is allowed for the day-of-week field, and must be followed by a
number between one and five. It allows you to specify constructs such as
"the second Friday" of a given month.
__construct()   X-Ref
Constructor


isSatisfiedBy(DateTimeInterface $date, $value, bool $invert)   X-Ref


increment(DateTimeInterface &$date, $invert = false, $parts = null)   X-Ref


validate(string $value)   X-Ref
{@inheritdoc}




Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer