-
Notifications
You must be signed in to change notification settings - Fork 0
cDateStrategyMonthly::AddMonth()
Rainer Stötter edited this page May 9, 2017
·
2 revisions
public mixed libdatephp\cDateStrategyMonthly::AddMonth(integer $n)
- Namespace : libdatephp
- Class name: cDateStrategyMonthly
- This method is defined by libdatephp\cDateStrategyMonthly
The method AddMonth( $n ) adds the $n-th month to the list of possible event months
The month numbers are one-based. The value 1 means the january and 12 the december
- $n integer - <p>the one-based month number to add to the list of possible months for events</p>
- cDateStrategyMonthly::AddMonth()
- cDateStrategyMonthly::AddMonthDay()
- cDateStrategyMonthly::ExistsMonth()
- cDateStrategyMonthly::ExistsMonthDay()
- cDateStrategyMonthly::GetFullMonthArray()
- cDateStrategyMonthly::GetFullMonthDayArray()
- cDateStrategyMonthly::GetMonthArray()
- cDateStrategyMonthly::GetMonthDayArray()
- cDateStrategyMonthly::RemoveMonth()
- cDateStrategyMonthly::RemoveMonthDay()
- cDateStrategyMonthly::ResetMonthDays()
- cDateStrategyMonthly::ResetMonths()
This wiki page is part of the documentation of the PHP class library libdatephp