TimePicker.Minute 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.
Returns the currently selected minute. -or- Sets the currently selected minute.
public virtual int Minute { [Android.Runtime.Register("getMinute", "()I", "GetGetMinuteHandler", ApiSince=23)] get; [Android.Runtime.Register("setMinute", "(I)V", "GetSetMinute_IHandler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getMinute", "()I", "GetGetMinuteHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setMinute", "(I)V", "GetSetMinute_IHandler", ApiSince=23)>]
member this.Minute : int with get, set
Property Value
the currently selected minute, in the range (0-59)
- Attributes
Remarks
Property getter documentation:
Returns the currently selected minute.
Java documentation for android.widget.TimePicker.getMinute()
.
Property setter documentation:
Sets the currently selected minute.
Java documentation for android.widget.TimePicker.setMinute(int)
.
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.