AtomicFile.LastModifiedTime Property

Definition

Gets the last modified time of the atomic file.

public virtual long LastModifiedTime { [Android.Runtime.Register("getLastModifiedTime", "()J", "GetGetLastModifiedTimeHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getLastModifiedTime", "()J", "GetGetLastModifiedTimeHandler", ApiSince=31)>]
member this.LastModifiedTime : int64

Property Value

last modified time in milliseconds since epoch. Returns zero if the file does not exist or an I/O error is encountered.

Attributes

Remarks

Gets the last modified time of the atomic file.

Java documentation for android.util.AtomicFile.getLastModifiedTime().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to