AlarmClock.AlarmSearchModeTime 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.
Search for the alarm that is most closely matched by the search parameters
#EXTRA_HOUR
, #EXTRA_MINUTES
, #EXTRA_IS_PM
.
[Android.Runtime.Register("ALARM_SEARCH_MODE_TIME", ApiSince=23)]
public const string AlarmSearchModeTime;
[<Android.Runtime.Register("ALARM_SEARCH_MODE_TIME", ApiSince=23)>]
val mutable AlarmSearchModeTime : string
Field Value
- Attributes
Remarks
Search for the alarm that is most closely matched by the search parameters #EXTRA_HOUR
, #EXTRA_MINUTES
, #EXTRA_IS_PM
. In this search mode, at least one of these additional extras are required. <ul> <li>#EXTRA_HOUR
- The hour to search for the alarm. <li>#EXTRA_MINUTES
- The minute to search for the alarm. <li>#EXTRA_IS_PM
- Whether the hour is AM or PM. </ul>
Java documentation for android.provider.AlarmClock.ALARM_SEARCH_MODE_TIME
.
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.