Contents

Entries

The sequence of dates within a schedule.

Declaration

associatedtype Entries : Sequence where Self.Entries.Element == Date

Discussion

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

See Also

Getting a sequence of dates