---
title: estimatedTimeRemaining
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/progress/estimatedtimeremaining
---

# estimatedTimeRemaining

A value that indicates the estimated amount of time remaining to complete the progress.

## Declaration

```swift
var estimatedTimeRemaining: TimeInterval? { get set }
```

## Discussion

Discussion If present, Progress presents additional information in its localized description by setting a value in the userInfo dictionary.

## See Also

### Inspecting Progress Information

- [kind](foundation/progress/kind.md)
- [throughput](foundation/progress/throughput.md)
- [setUserInfoObject(_:forKey:)](foundation/progress/setuserinfoobject(_:forkey:).md)
- [userInfo](foundation/progress/userinfo.md)
- [ProgressKind](foundation/progresskind.md)
- [ProgressUserInfoKey](foundation/progressuserinfokey.md)
