Share via


FIFinderSyncController.SetLastUsedDate Method

Definition

[Foundation.Export("setLastUsedDate:forItemWithURL:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetLastUsedDate(Foundation.NSDate lastUsedDate, Foundation.NSUrl itemUrl, Action<Foundation.NSError> completion);
[<Foundation.Export("setLastUsedDate:forItemWithURL:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetLastUsedDate : Foundation.NSDate * Foundation.NSUrl * Action<Foundation.NSError> -> unit
override this.SetLastUsedDate : Foundation.NSDate * Foundation.NSUrl * Action<Foundation.NSError> -> unit

Parameters

lastUsedDate
NSDate
itemUrl
NSUrl
completion
Action<NSError>
Attributes

Applies to