TimePicker.CurrentMinute Property
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
Sets the currently selected minute.
[System.Obsolete("deprecated")]
public virtual Java.Lang.Integer CurrentMinute { [Android.Runtime.Register("getCurrentMinute", "()Ljava/lang/Integer;", "GetGetCurrentMinuteHandler")] get; [Android.Runtime.Register("setCurrentMinute", "(Ljava/lang/Integer;)V", "GetSetCurrentMinute_Ljava_lang_Integer_Handler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getCurrentMinute", "()Ljava/lang/Integer;", "GetGetCurrentMinuteHandler")>]
[<set: Android.Runtime.Register("setCurrentMinute", "(Ljava/lang/Integer;)V", "GetSetCurrentMinute_Ljava_lang_Integer_Handler")>]
member this.CurrentMinute : Java.Lang.Integer with get, set
Property Value
the currently selected minute, in the range (0-59)
- Attributes
Remarks
Property getter documentation:
Java documentation for android.widget.TimePicker.getCurrentMinute().
Property setter documentation:
Java documentation for android.widget.TimePicker.setCurrentMinute(java.lang.Integer).
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.