Skip to content

cDateStrategyMonthlyFixed::RemoveWeekDay()

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

Method RemoveWeekDay( )

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

The method RemoveWeekDay( $n ) removes the $n-th day of a week from 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 self::CONST_ANY_WEEK the last day (saturday).

Arguments

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

See also

Clone this wiki locally