Java.Util.Zip.ZipEntry.Time Property
Gets the last modification time of this ZipEntry.

Syntax

[get: Android.Runtime.Register("getTime", "()J", "GetGetTimeHandler")]
[set: Android.Runtime.Register("setTime", "(J)V", "GetSetTime_JHandler")]
public virtual long Time { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the last modification time of this ZipEntry.

Set method documentation [Android Documentation]

Sets the modification time of this ZipEntry.

Requirements

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