Java.IO.File.LastModified Method
Returns the time when this file was last modified, measured in milliseconds since January 1st, 1970, midnight.

Syntax

[Android.Runtime.Register("lastModified", "()J", "GetLastModifiedHandler")]
public virtual long LastModified ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the time when this file was last modified, measured in milliseconds since January 1st, 1970, midnight. Returns 0 if the file does not exist.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1