---
title: timeRemaining
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/skdownload/timeremaining
---

# timeRemaining

An estimated time, in seconds, to finish downloading the content.

## Declaration

```swift
var timeRemaining: TimeInterval { get }
```

## Mentioned in

Unlocking purchased content

## Discussion

Discussion The system attempts to estimate how long it will take to finish downloading the file. If it cannot create a good estimate, the value of this property is set to SKDownloadTimeRemainingUnknown.

## See Also

### Getting State Information

- [state](storekit/skdownload/state.md)
- [progress](storekit/skdownload/progress.md)
- [SKDownloadTimeRemainingUnknown](storekit/skdownloadtimeremainingunknown.md)
- [SKDownloadState](storekit/skdownloadstate.md)
- [downloadState](storekit/skdownload/downloadstate.md)
