Skip to content

cDateStrategyMonthlyFixed::AddWeek()

Rainer Stötter edited this page May 9, 2017 · 1 revision

Method AddWeek( )

 public   mixed libdatephp\cDateStrategyMonthlyFixed::AddWeek(integer $n)

The method AddWeek( $n ) adds the $n-th week of the month to the list of possible event weeks

The week numbers are one-based. The value 1 means the first week of a month and 5 the fith week. self::CONST_ANY_WEEK means the 'last week'

Arguments

  • $n integer - <p>the one-based week number to add to the list of possible weeks for events</p>

See also

Clone this wiki locally