Skip to content

cDateStrategyMonthlyFixed::AddWeekDay()

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

Method AddWeekDay( )

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

The method AddWeekDay( $n ) adds the $n-th day of a week to the list of possible event days

The week day numbers are zero-based. The value 0 means the first day (sunday) in the week and 6 the last day (saturday).

Arguments

  • $n integer - <p>the week day number to add to the list of possible event days</p>

See also

Clone this wiki locally