orderedItemsLastVisited(onDay:)
Returns web history items that were last visited on the specified date.
Declaration
func orderedItemsLastVisited(onDay calendarDate: NSCalendarDate!) -> [Any]!Parameters
- calendarDate:
The date on which the web history items were last visited.
Return Value
An array of web history items that were last visited on the specified date.