CarrierConfigManager.KeyMonthlyDataCycleDayInt Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The day of the month (1-31) on which the data cycle rolls over.
[Android.Runtime.Register("KEY_MONTHLY_DATA_CYCLE_DAY_INT", ApiSince=26)]
public const string KeyMonthlyDataCycleDayInt;
[<Android.Runtime.Register("KEY_MONTHLY_DATA_CYCLE_DAY_INT", ApiSince=26)>]
val mutable KeyMonthlyDataCycleDayInt : string
Field Value
- Attributes
Remarks
The day of the month (1-31) on which the data cycle rolls over.
If the current month does not have this day, the cycle will roll over at the start of the next month.
This setting may be still overridden by explicit user choice. By default, #DATA_CYCLE_USE_PLATFORM_DEFAULT
will be used.
Java documentation for android.telephony.CarrierConfigManager.KEY_MONTHLY_DATA_CYCLE_DAY_INT
.
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.