-
Notifications
You must be signed in to change notification settings - Fork 0
cDateStrategyMonthlyFixed::RemoveWeekDay()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public mixed libdatephp\cDateStrategyMonthlyFixed::RemoveWeekDay(integer $n)
- Namespace : libdatephp
- Class name: cDateStrategyMonthlyFixed
- This method is defined by libdatephp\cDateStrategyMonthlyFixed
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).
- $n integer - <p>the week day number to remove from the list of possible event days</p>
This wiki page is part of the documentation of the PHP class library libdatephp