MtpObjectInfo.DateCreated Property

Definition

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

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

Property Value

the object's creation date

Attributes

Remarks

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

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

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