Contents

DeviceActivityFilter.SegmentInterval.weekly(during:)

Indicates that the system aggregates data into weekly segments within the specified interval.

Declaration

case weekly(during: DateInterval)

Discussion

The system disregards any date components in the interval that are smaller than .weekOfYear and instead uses the start of the week specified by interval.start and the end of the week specified by interval.end.