Language

SubscriptionPlan.DataUsageTime Property

Definition

Return the time at which #getDataUsageBytes() was valid.

public long DataUsageTime { [Android.Runtime.Register("getDataUsageTime", "()J", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getDataUsageTime", "()J", "", ApiSince=28)>]
member this.DataUsageTime : int64

Property Value

The time of the data usage snapshot as a Unix epoch timestamp, or TIME_UNKNOWN if unavailable. Value is a non-negative timestamp measured as the number of milliseconds since 1970-01-01T00:00:00Z.

Attributes

Remarks

Return the time at which #getDataUsageBytes() was valid.

Java documentation for android.telephony.SubscriptionPlan.getDataUsageTime().

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