UIDocument.FileModificationDate Property

Definition

The date and time at which the document file was last modified.

public virtual Foundation.NSDate FileModificationDate { [Foundation.Export("fileModificationDate", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setFileModificationDate:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.FileModificationDate : Foundation.NSDate with get, set

Property Value

Gets the date.

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to