-
Notifications
You must be signed in to change notification settings - Fork 0
cPeriod::GoBOW()
Rainer Stötter edited this page Apr 28, 2017
·
9 revisions
public mixed libdatephp\cPeriod::GoBOW()
- Namespace : libdatephp
- Class name: cPeriod
- This method is defined by libdatephp\cPeriod
GoBOW() moves the whole managed period of time to the beginning 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->GoBOW( );
This wiki page is part of the documentation of the PHP class library libdatephp