Settings.System.NextAlarmFormatted 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.
Caution
deprecated
A formatted string of the next alarm that is set, or the empty string if there is no alarm set.
[Android.Runtime.Register("NEXT_ALARM_FORMATTED")]
[System.Obsolete("deprecated")]
public const string NextAlarmFormatted;
[<Android.Runtime.Register("NEXT_ALARM_FORMATTED")>]
[<System.Obsolete("deprecated")>]
val mutable NextAlarmFormatted : string
Field Value
- Attributes
Remarks
A formatted string of the next alarm that is set, or the empty string if there is no alarm set.
This member is deprecated. Use android.app.AlarmManager#getNextAlarmClock()
.
Java documentation for android.provider.Settings.System.NEXT_ALARM_FORMATTED
.
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.