Skip to content

cDateStrategyDailyFixed::GetNextEventDate()

Rainer Stötter edited this page Apr 28, 2017 · 13 revisions

Method GetNextEventDate( )

 public   \libdatephp\cDate|null libdatephp\cDateStrategy::GetNextEventDate($obj_date_start, $is_first_date)

The method GetNextEventDate( ) returns a cDate, if

Arguments

  • $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>

Returns

\libdatephp\cDate|null returns a cDate, if a matching follower could be found or null, if not

See also

Clone this wiki locally