()
| 453 | } |
| 454 | |
| 455 | get _lastAvailableTime() { |
| 456 | const date = UI5Date.getInstance(); |
| 457 | date.setHours(23, 59, 59, 999); |
| 458 | return this.getValueFormat().format(date); |
| 459 | } |
| 460 | |
| 461 | /** |
| 462 | * @protected |
nothing calls this directly
no test coverage detected