Język

SubscriptionPlan.DataUsageResetTime Property

Definition

Returns the time at which the data usage will reset.

public Java.Time.ZonedDateTime? DataUsageResetTime { [Android.Runtime.Register("getDataUsageResetTime", "()Ljava/time/ZonedDateTime;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getDataUsageResetTime", "()Ljava/time/ZonedDateTime;", "", ApiSince=37)>]
member this.DataUsageResetTime : Java.Time.ZonedDateTime

Property Value

Returns the time at which the data usage will reset.

Attributes

Remarks

Returns the time at which the data usage will reset.

This is particularly relevant for plans with a daily data allowance. The value provided for getDataUsageBytes() must reflect the data consumed since this reset time.

It may be null if this information is not available or not applicable to the plan.

Android reference for android.telephony.SubscriptionPlan.getDataUsageResetTime.

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