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

Method _setTimestamp

packages/main/src/DayPicker.ts:810–814  ·  view source on GitHub ↗

* Sets the timestamp to an absolute value. * @param value * @private

(value: number)

Source from the content-addressed store, hash-verified

808 * @private
809 */
810 _setTimestamp(value: number) {
811 this._safelySetTimestamp(value);
812 this._updateSecondTimestamp();
813 this.fireDecoratorEvent("navigate", { timestamp: this.timestamp! });
814 }
815
816 /**
817 * During range selection, when the user is navigating with the keyboard,

Callers 2

_onkeydownMethod · 0.95
_onHomeOrEndMethod · 0.95

Calls 2

_safelySetTimestampMethod · 0.80

Tested by

no test coverage detected