-
Notifications
You must be signed in to change notification settings - Fork 0
cDateStrategyMonthly::RemoveMonth()
Rainer Stötter edited this page May 9, 2017
·
2 revisions
public mixed libdatephp\cDateStrategyMonthly::RemoveMonth(integer $n)
- Namespace : libdatephp
- Class name: cDateStrategyMonthly
- This method is defined by libdatephp\cDateStrategyMonthly
The method RemoveMonth( $n ) removes the $n-th month from the list of possible months for events
- $n integer - <p>the number of the month to remove from the list of possible months for events</p> <p>The month numbers are one-based. The value 1 means the january and 12 the december</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