<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FinderSync",
  "identifier" : "/documentation/FinderSync/FIFinderSyncController/setLastUsedDate(_:forItemWith:completion:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Finder Sync"
    ],
    "preciseIdentifier" : "c:objc(cs)FIFinderSyncController(im)setLastUsedDate:forItemWithURL:completion:"
  },
  "title" : "setLastUsedDate(_:forItemWith:completion:)"
}
-->

# setLastUsedDate(_:forItemWith:completion:)

```
func setLastUsedDate(_ lastUsedDate: Date, forItemWith itemURL: URL, completion: @escaping @Sendable (any Error) -> Void)
```

## Overview

> Concurrency Note: You can call this method from synchronous code using a completion handler,
> as shown on this page, or you can call it as an asynchronous method that has the
> following declaration:
> 
> ```swift
> func setLastUsedDate(_ lastUsedDate: Date, forItemWith itemURL: URL) async -> Error
> ```
> 
> For information about concurrency and asynchronous code in Swift, see <doc://com.apple.documentation/documentation/Swift/calling-objective-c-apis-asynchronously>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)