* Sets the timestamp to an absolute value. * @param value * @private
(value: number)
| 330 | * @private |
| 331 | */ |
| 332 | _setTimestamp(value: number) { |
| 333 | this._safelySetTimestamp(value); |
| 334 | this.fireDecoratorEvent("navigate", { timestamp: this.timestamp! }); |
| 335 | } |
| 336 | |
| 337 | /** |
| 338 | * Modifies timestamp by a given amount of years and, if necessary, loads the prev/next page. |
no test coverage detected