UIDocument.FileModificationDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.