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

Method _setTimestamp

packages/main/src/MonthPicker.ts:298–301  ·  view source on GitHub ↗

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

(value: number)

Source from the content-addressed store, hash-verified

296 * @private
297 */
298 _setTimestamp(value: number) {
299 this._safelySetTimestamp(value);
300 this.fireDecoratorEvent("navigate", { timestamp: this.timestamp! });
301 }
302
303 /**
304 * In range selection, the currently focused or hovered month is considered the "second day".

Callers 3

_onkeydownMethod · 0.95
_onHomeOrEndMethod · 0.95
_onmousedownMethod · 0.95

Calls 1

_safelySetTimestampMethod · 0.80

Tested by

no test coverage detected