ZipEntry.LastAccessTime Property

Definition

Returns the last access time of the entry.

public virtual Java.Nio.FileNio.Attributes.FileTime? LastAccessTime { [Android.Runtime.Register("getLastAccessTime", "()Ljava/nio/file/attribute/FileTime;", "GetGetLastAccessTimeHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getLastAccessTime", "()Ljava/nio/file/attribute/FileTime;", "GetGetLastAccessTimeHandler", ApiSince=26)>]
member this.LastAccessTime : Java.Nio.FileNio.Attributes.FileTime

Property Value

The last access time of the entry, null if not specified

Attributes

Remarks

Returns the last access time of the entry.

The last access time is from the extended timestamp fields of entry's optional extra data when read from a ZIP file or ZIP file formatted stream.

Added in 1.8.

Java documentation for java.util.zip.ZipEntry.getLastAccessTime().

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