---
title: expirationDate
framework: tvservices
role: symbol
role_heading: Instance Property
path: tvservices/tvtopshelfitem/expirationdate
---

# expirationDate

The date on which the item becomes unavailable.

## Declaration

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

## Discussion

Discussion Specify an expiration date when the content associated with the item has a limited lifespan. For example, use it to specify the date on which a rented movie expires. The system uses this property to remove items that have expired since you last provided data.

## See Also

### Getting the Item Attributes

- [identifier](tvservices/tvtopshelfitem/identifier.md)
