fetchHistory(after:)
Retrieves history since a given date.
Declaration
class func fetchHistory(after date: Date) -> SelfParameters
- 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.