func entries(from: Date, mode: Self.Mode) -> Self.Entries
Provides a sequence of dates starting around a given date.
Availability 有効性
Technology
The entries(from:
method returns a value of this type, which is a Sequence
of dates in ascending order. A Timeline
that you create with a schedule updates its content at the moments in time corresponding to the dates included in the sequence.
func entries(from: Date, mode: Self.Mode) -> Self.Entries