-
Notifications
You must be signed in to change notification settings - Fork 0
cDateStrategyMonthlyFixed::RemoveWeek()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public mixed libdatephp\cDateStrategyMonthlyFixed::RemoveWeek(integer $n)
- Namespace : libdatephp
- Class name: cDateStrategyMonthlyFixed
- This method is defined by libdatephp\cDateStrategyMonthlyFixed
The method RemoveWeek( $n ) removes the $n-th week from the list of possible weeks for events
The week numbers are one-based. The value 1 means the first week of a month and 5 the fith week. the value of self::CONST_ANY_WEEK means the 'last week'
- $n integer - <p>the number of the month to remove from the list of possible weeks for events</p>
This wiki page is part of the documentation of the PHP class library libdatephp