---
title: Entries
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/timelineschedule/entries
---

# Entries

The sequence of dates within a schedule.

## Declaration

```swift
associatedtype Entries : Sequence where Self.Entries.Element == Date
```

## Discussion

Discussion The entries(from:mode:) method returns a value of this type, which is a Sequence of dates in ascending order. A TimelineView that you create with a schedule updates its content at the moments in time corresponding to the dates included in the sequence.

## See Also

### Getting a sequence of dates

- [entries(from:mode:)](swiftui/timelineschedule/entries(from:mode:).md)
