---
title: lastAccessedDate
framework: tvservices
role: symbol
role_heading: Instance Property
path: tvservices/tvcontentitem/lastaccesseddate
---

# lastAccessedDate

The date when the user last accessed this item.

## Declaration

```swift
var lastAccessedDate: Date? { get set }
```

## Discussion

Discussion A typical use is for content types in which “playing” represents the date when the user last played the item or played a subitem within the group. When the user simply looks at an item, the access date should not change.

## See Also

### Inspecting the Playback Properties

- [currentPosition](tvservices/tvcontentitem/currentposition.md)
- [hasPlayedToEnd](tvservices/tvcontentitem/hasplayedtoend.md)
