MCPcopy Create free account
hub / github.com/UI5/webcomponents / _showNextPage

Method _showNextPage

packages/main/src/DayPicker.ts:785–787  ·  view source on GitHub ↗

* Called by the Calendar component. * @protected

()

Source from the content-addressed store, hash-verified

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.

Callers 1

onHeaderNextPressMethod · 0.45

Calls 1

_modifyTimestampByMethod · 0.95

Tested by

no test coverage detected