Contents

ExplicitTimelineSchedule

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

Declaration

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

Overview

You can also use explicit(_:) to construct this schedule.

Topics

Creating a schedule

Getting the sequence of dates

See Also

Supporting types