-
Notifications
You must be signed in to change notification settings - Fork 0
cDateStrategyMonthly::GetNextEventDate()
Rainer Stötter edited this page Apr 28, 2017
·
13 revisions
public \libdatephp\cDate|null libdatephp\cDateStrategy::GetNextEventDate($obj_date_start, $is_first_date)
- Namespace : libdatephp
- Class name: cDateStrategyMonthly
- This method is defined by libdatephp\cDateStrategy
The method GetNextEventDate( ) returns a cDate, if
- $obj_date_start mixed - <p>cDate The date, from which the calculation should start</p>
- $is_first_date mixed - <p>bool true, if $obj_date_start is the first one out of a series. If it is true, and the starting date of the managed period of time is the same as $obj_date_start, the the starting date will be returned by the method. $is_first_date defaults to true</p>
\libdatephp\cDate|null returns a cDate, if a matching follower could be found or null, if not
This wiki page is part of the documentation of the PHP class library libdatephp