Contents

fetchHistory(after:)

Retrieves history since a given date.

Declaration

class func fetchHistory(after date: Date) -> Self

Parameters

  • date:

    The date used to define the start of the fetch history.

Mentioned in

Return Value

A persistent history fetch request (NSPersistentHistoryChangeRequest) with an initial date boundary.

See Also

Fetching History