-
Notifications
You must be signed in to change notification settings - Fork 0
cDateStrategyMonthlyFixed::CheckWeek()
Rainer Stötter edited this page May 9, 2017
·
1 revision
private mixed libdatephp\cDateStrategyMonthlyFixed::CheckWeek(integer $w, integer $month, integer $year, integer $wd, integer $direction)
- Namespace : libdatephp
- Class name: cDateStrategyMonthlyFixed
- This method is defined by libdatephp\cDateStrategyMonthlyFixed
The method CheckWeek( ) corrects the week $w if it is greater than the months' week count or 0
- $w integer - <p>the week of month, which can be changed</p>
- $month integer - <p>the month</p>
- $year integer - <p>the year</p>
- $wd integer - <p>the day of week</p>
- $direction integer - <p>is the direction DIRECTION_FORWARD or DIRECTION_BACKWARD</p>
This wiki page is part of the documentation of the PHP class library libdatephp