AlarmClock.ExtraHour Field

Definition

Bundle extra: The hour of the alarm.

[Android.Runtime.Register("EXTRA_HOUR")]
public const string ExtraHour;
[<Android.Runtime.Register("EXTRA_HOUR")>]
val mutable ExtraHour : string

Field Value

Attributes

Remarks

Bundle extra: The hour of the alarm.

Used by #ACTION_SET_ALARM.

This extra is optional. If not provided, an implementation should open an activity that allows a user to set an alarm with user provided time.

The value is an Integer and ranges from 0 to 23.

Java documentation for android.provider.AlarmClock.EXTRA_HOUR.

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

See also