---
title: PeriodicTimelineSchedule.Entries
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/periodictimelineschedule/entries
---

# PeriodicTimelineSchedule.Entries

The sequence of dates in periodic schedule.

## Declaration

```swift
struct Entries
```

## Overview

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

## Relationships

### Conforms To

- [IteratorProtocol](swift/iteratorprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Sequence](swift/sequence.md)

## See Also

### Getting the sequence of dates

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