-
Notifications
You must be signed in to change notification settings - Fork 0
cPeriod::GoEOW()
Rainer Stötter edited this page Apr 28, 2017
·
9 revisions
public mixed libdatephp\cPeriod::GoEOW()
- Namespace : libdatephp
- Class name: cPeriod
- This method is defined by libdatephp\cPeriod
GoEOW() moves the whole managed period of time to the end of the week of the starting date starting and ending date are changed and the length of the period of time will be kept.
Example:
use libdatephp;
$p1 = new cPeriod( new cDate( 11, 23, 2016 ), new cDate( 11, 25, 2016 ) );
$p1->GoEOW( );
This wiki page is part of the documentation of the PHP class library libdatephp