Android.Provider.AlarmClock.ExtraHour Field
Bundle extra: The hour of the alarm.

Syntax

[Android.Runtime.Register("EXTRA_HOUR")]
public const string ExtraHour

See Also

AlarmClock.ActionSetAlarm
AlarmClock.ExtraMinutes
AlarmClock.ExtraDays

Remarks

Bundle extra: The hour of the alarm.

Used by AlarmClock.ActionSetAlarm.

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 Java.Lang.Integer and ranges from 0 to 23.

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9