(value)
| 15760 | } |
| 15761 | |
| 15762 | function getSetMonth (value) { |
| 15763 | if (value != null) { |
| 15764 | setMonth(this, value); |
| 15765 | hooks.updateOffset(this, true); |
| 15766 | return this; |
| 15767 | } else { |
| 15768 | return get(this, 'Month'); |
| 15769 | } |
| 15770 | } |
| 15771 | |
| 15772 | function getDaysInMonth () { |
| 15773 | return daysInMonth(this.year(), this.month()); |