<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/PeriodicTimelineSchedule/Entries",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI24PeriodicTimelineScheduleV7EntriesV"
  },
  "title" : "PeriodicTimelineSchedule.Entries"
}
-->

# PeriodicTimelineSchedule.Entries

The sequence of dates in periodic schedule.

```
struct Entries
```

## Overview

The [`entries(from:mode:)`](/documentation/SwiftUI/PeriodicTimelineSchedule/entries(from:mode:)) method returns
a value of this type, which is a
<doc://com.apple.documentation/documentation/Swift/Sequence>
of periodic dates in ascending order. A [`TimelineView`](/documentation/SwiftUI/TimelineView) that you
create updates its content at the moments in time corresponding to the
dates included in the sequence.

## Relationships

### Conforms To

[`IteratorProtocol`](/documentation/Swift/IteratorProtocol)

[`Sequence`](/documentation/Swift/Sequence)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)