ZipEntry.Time Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the last modification time of the entry. -or- Sets the last modification time of the entry.
public virtual long Time { [Android.Runtime.Register("getTime", "()J", "GetGetTimeHandler")] get; [Android.Runtime.Register("setTime", "(J)V", "GetSetTime_JHandler")] set; }
[<get: Android.Runtime.Register("getTime", "()J", "GetGetTimeHandler")>]
[<set: Android.Runtime.Register("setTime", "(J)V", "GetSetTime_JHandler")>]
member this.Time : int64 with get, set
Property Value
The last modification time of the entry in milliseconds since the epoch, or -1 if not specified
- Attributes
Remarks
Property getter documentation:
Java documentation for java.util.zip.ZipEntry.getTime().
Property setter documentation:
Java documentation for java.util.zip.ZipEntry.setTime(long).
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.