---
title: Entry
framework: widgetkit
role: symbol
role_heading: Associated Type
path: widgetkit/intenttimelineprovider/entry
---

# Entry

A type that specifies the date to display a widget, and, optionally, indicates the current relevance of the widget’s content.

## Declaration

```swift
associatedtype Entry : TimelineEntry
```

## See Also

### Generating Timelines

- [getSnapshot(for:in:completion:)](widgetkit/intenttimelineprovider/getsnapshot(for:in:completion:).md)
- [getTimeline(for:in:completion:)](widgetkit/intenttimelineprovider/gettimeline(for:in:completion:).md)
- [placeholder(in:)](widgetkit/intenttimelineprovider/placeholder(in:).md)
- [Intent](widgetkit/intenttimelineprovider/intent.md)
- [recommendations()](widgetkit/intenttimelineprovider/recommendations().md)
- [IntentTimelineProvider.Context](widgetkit/intenttimelineprovider/context.md)
