---
title: "init(_:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/explicittimelineschedule/init(_:)"
---

# init(_:)

Creates a schedule composed of an explicit sequence of dates.

## Declaration

```swift
init(_ dates: Entries)
```

## Parameters

- `dates`: The sequence of dates at which a timeline view updates. Use a monotonically increasing sequence of dates, and ensure that at least one is in the future.

## Discussion

Discussion Use the entries(from:mode:) method to get the sequence of dates.
