> 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/gettimeout.md).

# getTimeOut()

```php
/**
 * This method is used to get the time out of the promise.
 */
public function getTimeOut(): float;
```

It's almost the same as [**`setTimeout()`**](/vapm/system/settimeout.md), but on the other hand it returns the time that promise will start fulfilling.
