> For the complete documentation index, see [llms.txt](https://venndev.gitbook.io/vapm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://venndev.gitbook.io/vapm/promise/settimeend.md).

# setTimeEnd()

```php
/**
 * This method is used to set the time out of the promise.
 */
public function setTimeEnd(float $timeEnd): void;
```

This is a method to use only when you really need to change the end time of a promise.
