-
Notifications
You must be signed in to change notification settings - Fork 0
cDateStrategyNoInterval::AddDate()
Rainer Stötter edited this page May 17, 2017
·
14 revisions
public boolean libdatephp\cDateStrategyNoInterval::AddDate(\libdatephp\cDate $date_obj)
- Namespace : libdatephp
- Class name: cDateStrategyNoInterval
- This method is defined by libdatephp\cDateStrategyNoInterval
The method AddDate( ) adds a date $date_obj to the managed dates
If the starting date is not null and $date_obj is less than the starting date, than $date_obj will not be added. If the ending date is not null and $date_obj is gretaer than the ending date, than $date_obj will not be added.
- $date_obj libdatephp\cDate - <p>is the date to add</p>
boolean true, if $date_obj was added
This wiki page is part of the documentation of the PHP class library libdatephp