---
title: Entry
framework: widgetkit
role: symbol
role_heading: Associated Type
path: widgetkit/timelineprovider/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(in:completion:)](widgetkit/timelineprovider/getsnapshot(in:completion:).md)
- [getTimeline(in:completion:)](widgetkit/timelineprovider/gettimeline(in:completion:).md)
- [placeholder(in:)](widgetkit/timelineprovider/placeholder(in:).md)
- [TimelineProvider.Context](widgetkit/timelineprovider/context.md)
