-
Notifications
You must be signed in to change notification settings - Fork 0
cDateStrategyDailyFixed::GetNextEventSlot()
Rainer Stötter edited this page May 17, 2017
·
2 revisions
public abstract \libdatephp\cDate libdatephp\cDateStrategy::GetNextEventSlot(\libdatephp\cDate $obj_date, integer $direction)
- Namespace : libdatephp
- Class name: cDateStrategyDailyFixed
- This is an abstract method
- This method is defined by libdatephp\cDateStrategy
The method GetNextEventSlot( ) returns the next date AFTER $obj_date, WITHOUT checking for special situations or whether the date fits into the strategies' boundaries.
- $obj_date libdatephp\cDate - <p>a cDate object, which is the starting point for the next calculation</p>
- $direction integer - <p>the constant, which indicates the search direction. It defaults to DIRECTION_FORWARD</p>
\libdatephp\cDate cDate object with the next fitting date
This wiki page is part of the documentation of the PHP class library libdatephp