MtpObjectInfo.DateModified Property

Definition

Returns the modification date of the MTP object The value is represented as milliseconds since January 1, 1970

public long DateModified { [Android.Runtime.Register("getDateModified", "()J", "")] get; }
[<get: Android.Runtime.Register("getDateModified", "()J", "")>]
member this.DateModified : int64

Property Value

the object's modification date

Attributes

Remarks

Returns the modification date of the MTP object The value is represented as milliseconds since January 1, 1970

Java documentation for android.mtp.MtpObjectInfo.getDateModified().

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