Associated Type 関連型

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