---
title: currentPosition
framework: tvservices
role: symbol
role_heading: Instance Property
path: tvservices/tvcontentitem/currentposition
---

# currentPosition

The index location, measured in seconds, at which the user last played this item.

## Declaration

```swift
@NSCopying var currentPosition: NSNumber? { get set }
```

## Discussion

Discussion The number is interpreted as a double number of seconds.

## See Also

### Inspecting the Playback Properties

- [hasPlayedToEnd](tvservices/tvcontentitem/hasplayedtoend.md)
- [lastAccessedDate](tvservices/tvcontentitem/lastaccesseddate.md)
