次の方法で共有


Settings.System.NextAlarmFormatted Field

Definition

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.

Applies to