* Sets the timestamp to an absolute value. * @param value * @private
(value: number)
| 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". |
no test coverage detected