Build.Partition.BuildTimeMillis Property

Definition

The time (ms since epoch), at which this partition was built, see Build#TIME.

public virtual long BuildTimeMillis { [Android.Runtime.Register("getBuildTimeMillis", "()J", "GetGetBuildTimeMillisHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getBuildTimeMillis", "()J", "GetGetBuildTimeMillisHandler", ApiSince=29)>]
member this.BuildTimeMillis : int64

Property Value

Attributes

Remarks

The time (ms since epoch), at which this partition was built, see Build#TIME.

Java documentation for android.os.Build.Partition.getBuildTimeMillis().

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