-
Notifications
You must be signed in to change notification settings - Fork 0
cPeriod::SetLen()
Rainer Stötter edited this page Apr 28, 2017
·
14 revisions
public mixed libdatephp\cPeriod::SetLen(integer $len)
- Namespace : libdatephp
- Class name: cPeriod
- This method is defined by libdatephp\cPeriod
SetLen() sets the ending date of the period of time
Example:
use libdatephp;
$p = new cPeriod( new cDate( 11, 23, 2016 ), new cDate( 11, 25, 2016 ) );
$p->SetLen( 14 );
- $len integer - <p>the new ending date of the period of time</p>
This wiki page is part of the documentation of the PHP class library libdatephp