<!--
{
  "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/ExplicitTimelineSchedule",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI24ExplicitTimelineScheduleV"
  },
  "title" : "ExplicitTimelineSchedule"
}
-->

# ExplicitTimelineSchedule

A schedule for updating a timeline view at explicit points in time.

```
struct ExplicitTimelineSchedule<Entries> where Entries : Sequence, Entries.Element == Date
```

## Overview

You can also use [`explicit(_:)`](/documentation/SwiftUI/TimelineSchedule/explicit(_:)) to construct this
schedule.

## Topics

### Creating a schedule

[`init(Entries)`](/documentation/SwiftUI/ExplicitTimelineSchedule/init(_:))

Creates a schedule composed of an explicit sequence of dates.

### Getting the sequence of dates

[`func entries(from: Date, mode: TimelineScheduleMode) -> Entries`](/documentation/SwiftUI/ExplicitTimelineSchedule/entries(from:mode:))

Provides the sequence of dates with which you initialized the schedule.

## Relationships

### Conforms To

[`TimelineSchedule`](/documentation/SwiftUI/TimelineSchedule)

---

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)