This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
[Android.Runtime.Register("lastModified", "()J", "GetLastModifiedHandler")]
public virtual long LastModified ();
[<Android.Runtime.Register("lastModified", "()J", "GetLastModifiedHandler")>]
abstract member LastModified : unit -> int64
override this.LastModified : unit -> int64
Returns
A
long
value representing the time the file was
last modified, measured in milliseconds since the epoch
(00:00:00 GMT, January 1, 1970), or
0L
if the
file does not exist or if an I/O error occurs
Attributes
RegisterAttribute