-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::GoWOY()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public mixed libdatephp\cDateISO::GoWOY(integer $woy, integer $year, integer $dow)
- Namespace : libdatephp
- Class name: cDateISO
- This method is defined by libdatephp\cDateISO
GoWOY( ) sets the internal date to the date, which is defined by the ISO week $woy, the year $year and the ISO weekday $dow.
Example:
- $woy integer - <p>the ISO week number for the week in the year</p>
- $year integer - <p>the year to use. If it is null, then the year part of the internal date will be used. Defaults to null.</p>
- $dow integer - <p>the ISO day of week number for the weekday to position the date on. If it is null, then the ISO_MONDAY will be used. Defaults to null.</p>
This wiki page is part of the documentation of the PHP class library libdatephp