* Called by the Calendar component. * @protected
()
| 783 | * @protected |
| 784 | */ |
| 785 | _showNextPage() { |
| 786 | this._modifyTimestampBy(1, "month", false); |
| 787 | } |
| 788 | |
| 789 | /** |
| 790 | * Modifies the timestamp by a certain amount of days/months/years. |
no test coverage detected